contrib/gmpc/Pkgfile

19 lines
491 B
Plaintext
Raw Normal View History

# Description: MPD client for GNOME
2007-02-20 12:16:20 +01:00
# URL: http://sarine.nl/gmpc
# Maintainer: Thomas Penteker, tek at serverop dot de
2007-02-20 12:16:20 +01:00
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: libglade, libmpd, gob, libsoup, vala, libunique
2007-02-20 12:16:20 +01:00
name=gmpc
2015-12-08 00:02:35 +01:00
version=11.8.16
2007-02-20 12:16:20 +01:00
release=1
2009-02-02 23:53:32 +01:00
source=(http://download.sarine.nl/Programs/$name/$version/$name-$version.tar.gz)
2007-02-20 12:16:20 +01:00
build() {
2008-05-19 23:33:25 +02:00
cd gmpc-$version
2015-12-08 00:02:35 +01:00
./configure --prefix=/usr
2008-05-19 23:33:25 +02:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
2007-02-20 12:16:20 +01:00
}