You are not logged in.

#1 2004-05-16 01:26:05

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

[multimedia: sound] tmms

Here is the PKGBUILD of tmms. TMMS is a ncurse frontend for mpg123 (or mpg321) and ogg123. It can read mp3 and ogg files in the same manner gqmpeg does, but with a simplified ncurse interface.

Also, It's one of my first PKGBUILDs and I'm trying to get the hang of things. It works on my comp well enough(it's still in the development stages, but is pretty workable).

#Contributor Ravi Desai <ravster3@hotmail.com>
pkgname=tmms
pkgver=0.1.0
pkgrel=1
pkgdesc="TMMS is an ncurses frontend to mpg123/mpg321 and ogg123. It is similar to what gqmpeg does with GTK."
url="http://tnemeth.free.fr/projets/tmms.html"
license="GPL"
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://tnemeth.free.fr/projets/programmes/$pkgname-$pkgver.tar.gz)
md5sums=(72ad09210ececaa420987306e17f1ae5)

build() {
  cd $startdir/src/$pkgname
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install-strip
}

Package has been placed in incoming.
Another thing to be noted is that the binary is loaded at '/usr/local/bin/tmms', so you'll have to run it from there. Please provide adjustments and tips to the PKGBUILD and stuff; especially to the destination dirs, since it's not in the path.
Thanks.

Offline

Board footer

Powered by FluxBB