contrib/ncmpc/Pkgfile
2007-04-29 01:38:55 +10:00

30 lines
629 B
Plaintext

# Description: Ncurse-based MPD console client
# URL: http://www.musicpd.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: ncurses
name=ncmpc
version=0.11.1
release=2
source=(http://hem.bredband.net/kaw/${name}/files/${name}-${version}.tar.gz)
build() {
cd $name-$version
./configure \
--sysconfdir=/usr/etc \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
mkdir -p $PKG/usr/etc/ncmpc
install -m 0644 doc/config.sample $PKG/usr/etc/ncmpc/config
install -m 0644 doc/keys.sample $PKG/usr/etc/ncmpc/keys
rm -rf $PKG/usr/share
chown -R root:root $PKG
}