You are not logged in.
After sticking to XMMS for over a year, I felt it was time to try something new, and I chose mpd. Arch already had a package for it, but not for the ncurses-frontend ncmpc, so here it is.
# Contributor: Kristoffer Egil Bonarjee <kebonarjee@gmail.com>
pkgname=ncmpc
pkgver=0.11.0
pkgrel=1
pkgdesc=" A ncurses (command line) interface for MPD."
url="http://hem.bredband.net/kaw/ncmpc/"
license="GPL"
depends=('ncurses' 'glib2' 'mpd')
source=(http://hem.bredband.net/kaw/ncmpc/files/$pkgname-$pkgver.tar.gz)
md5sums=('354f9a01442fa964cba4928307529563')
build() {
tar -zxf $pkgname-$pkgver.tar.gz
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr/
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline
Is it so hard to use the Search function in the forums?? You could have just used the PKGBUILD that is already here.
Offline
what dpb means is this:
The impossible missions are the only ones which succeed.
Offline
In fact yes, because it was such a straight forward package to make.
Offline
In fact yes, because it was such a straight forward package to make.
that is, on the other hand, also logical :-)
... maybe we should build-in some handicaps into makepkg, so that building a pkg is more difficult? ;-) :twisted:
The impossible missions are the only ones which succeed.
Offline
Anyhow, ncmpc deserves a place in extra or staging. Great app
Offline