diff --git a/gmpc-qosd/.footprint b/gmpc-qosd/.footprint deleted file mode 100644 index a24d2a621..000000000 --- a/gmpc-qosd/.footprint +++ /dev/null @@ -1,5 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/gmpc/ -drwxr-xr-x root/root usr/share/gmpc/plugins/ --rwxr-xr-x root/root usr/share/gmpc/plugins/qosdplugin.so diff --git a/gmpc-qosd/.md5sum b/gmpc-qosd/.md5sum deleted file mode 100644 index 5784b428b..000000000 --- a/gmpc-qosd/.md5sum +++ /dev/null @@ -1 +0,0 @@ -07b7a7e5123b25a2f943038efc649c5f gmpc-osd-0.17.0.tar.gz diff --git a/gmpc-qosd/Pkgfile b/gmpc-qosd/Pkgfile deleted file mode 100644 index 7d983209a..000000000 --- a/gmpc-qosd/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: On Screen Display pluign for gmpc -# URL: http://sarine.nl/gmpc -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: James Mills, prologic at shortcircuit dot net dot au -# Depends on: gmpc, xosd - -name=gmpc-qosd -version=0.17.0 -release=1 -source=(http://download.sarine.nl/Programs/gmpc/$version/gmpc-osd-$version.tar.gz) - -build() { - cd gmpc-osd-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}