diff options
author | James Mills <prologic@shortcircuit.net.au> | 2007-02-20 21:15:53 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2007-02-20 21:15:53 +1000 |
commit | f733595d4035cdab1e09013d087cc248ccf23cd6 (patch) | |
tree | c25d9c9b00c3b57c6d5e4125db41ecc8993bff64 /libmpd/Pkgfile | |
parent | 79ae0ef9c52f03105560843b72dfd1e01f9805e4 (diff) | |
download | contrib-f733595d4035cdab1e09013d087cc248ccf23cd6.tar.gz contrib-f733595d4035cdab1e09013d087cc248ccf23cd6.tar.xz |
libmpd: NEW port
Diffstat (limited to 'libmpd/Pkgfile')
-rw-r--r-- | libmpd/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libmpd/Pkgfile b/libmpd/Pkgfile new file mode 100644 index 000000000..0b17950d2 --- /dev/null +++ b/libmpd/Pkgfile @@ -0,0 +1,21 @@ +# Description: Callback based interface to MPD +# URL: http://sarine.nl/libmpd +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# Packager: Mark Rosenstand, mark at borkware dot net +# +# Depends on: + +name=libmpd +version=0.13.0 +release=1 +source=(http://download.sarine.nl/gmpc-0.14.0/$name-$version.tar.gz) + +build() { + cd libmpd-$version + ./configure \ + --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install + chown -R root:root $PKG +} |