You are not logged in.
Pages: 1
I wanted to try submit a package, so I started with something small, and didn't see the package listed anywhere on the site or in the forum so I picked something small. So here it is
# Maintainer:
pkgname=xmmsmplayer
pkgver=0.4
pkgrel=1
pkgdesc="A MPlayer plugin for XMMS"
depends=('xmms' 'mplayer')
source=(http://easynews.dl.sourceforge.net/sourceforge/xmmsmplayer/$pkgname-$pk$
md5sums=('2bd922881c70370c8f361b97cb15a254')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
The package does work, tested it out myself, it's quite nice
Last edited by The Analog Kid (2007-12-22 00:01:52)
Offline
Pages: 1