diff --git a/gmpc/.footprint b/gmpc/.footprint new file mode 100644 index 000000000..d1ed1118f --- /dev/null +++ b/gmpc/.footprint @@ -0,0 +1,37 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gmpc +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/gmpc/ +-rw-r--r-- root/root usr/include/gmpc/TreeSearchWidget.h +-rw-r--r-- root/root usr/include/gmpc/config1.h +-rw-r--r-- root/root usr/include/gmpc/gmpc_easy_download.h +-rw-r--r-- root/root usr/include/gmpc/metadata.h +-rw-r--r-- root/root usr/include/gmpc/plugin.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/gmpc.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/gmpc.desktop +drwxr-xr-x root/root usr/share/gmpc/ +-rw-r--r-- root/root usr/share/gmpc/gmpc-add-url.png +-rw-r--r-- root/root usr/share/gmpc/gmpc-loading-cover.png +-rw-r--r-- root/root usr/share/gmpc/gmpc-no-cover.png +-rw-r--r-- root/root usr/share/gmpc/gmpc-tray-disconnected.png +-rw-r--r-- root/root usr/share/gmpc/gmpc-tray-pause.png +-rw-r--r-- root/root usr/share/gmpc/gmpc-tray-play.png +-rw-r--r-- root/root usr/share/gmpc/gmpc-tray.png +-rw-r--r-- root/root usr/share/gmpc/gmpc.glade +-rw-r--r-- root/root usr/share/gmpc/gmpc.png +-rw-r--r-- root/root usr/share/gmpc/media-album.png +-rw-r--r-- root/root usr/share/gmpc/media-artist.png +-rw-r--r-- root/root usr/share/gmpc/media-audiofile.png +-rw-r--r-- root/root usr/share/gmpc/media-playlist.png +-rw-r--r-- root/root usr/share/gmpc/media-stream.png +-rw-r--r-- root/root usr/share/gmpc/player-repeat.png +-rw-r--r-- root/root usr/share/gmpc/player-shuffle.png +-rw-r--r-- root/root usr/share/gmpc/playlist3.glade +-rw-r--r-- root/root usr/share/gmpc/stock_volume.png +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/gmpc.png diff --git a/gmpc/.md5sum b/gmpc/.md5sum new file mode 100644 index 000000000..de98041f6 --- /dev/null +++ b/gmpc/.md5sum @@ -0,0 +1 @@ +0c95f6a0a44ea4606eafdc7bb50b3bdb gmpc-0.14.0.tar.gz diff --git a/gmpc/Pkgfile b/gmpc/Pkgfile new file mode 100644 index 000000000..370c7a44f --- /dev/null +++ b/gmpc/Pkgfile @@ -0,0 +1,20 @@ +# Description: MPD client for GNOME +# URL: http://sarine.nl/gmpc +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# Packager: Mark Rosenstand, mark at borkware dot net +# +# Depends on: libglade, libmpd, p5-xml-parser + +name=gmpc +version=0.14.0 +release=1 +source=(http://download.sarine.nl/gmpc-0.14.0/$name-$version.tar.gz) + +build() { + cd gmpc-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/locale + chown -R root:root $PKG +}