diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-14 09:01:22 +1000 |
commit | 70006e31d25693aa65fc985124ce9babbd3347fc (patch) | |
tree | f5d0078562a07b6fe3a22a630ea5310561d9b538 /ncmpc/Pkgfile | |
parent | 797dcbebf82a5cee45294314ddd587d3a847932f (diff) | |
download | contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.gz contrib-70006e31d25693aa65fc985124ce9babbd3347fc.tar.xz |
Imported from old-control
Diffstat (limited to 'ncmpc/Pkgfile')
-rw-r--r-- | ncmpc/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ncmpc/Pkgfile b/ncmpc/Pkgfile new file mode 100644 index 000000000..d41e23255 --- /dev/null +++ b/ncmpc/Pkgfile @@ -0,0 +1,23 @@ +# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $ +# Description: MPD nCurses Client. +# URL: http://www.musicpd.org/ +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# Packager: James Mills, prologic at shortcircuit dot net dot au +# Depends on: mpd, ncurses + +name=ncmpc +version=0.11.1 +release=1 +source=(http://mercury.chem.pitt.edu/~shank/$name-$version.tar.gz) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --disable-nls + + make && make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc + chown -R root:root $PKG +} |