diff options
author | Thomas Penteker <tek@serverop.de> | 2009-09-17 22:02:27 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2009-09-17 22:02:27 +0200 |
commit | c37763d6b6673cdb3426ec860eadb5001bcd58eb (patch) | |
tree | 09d745df7cb9d91ca9739da1a60cf41d7d6975bb /gmpc-qosd | |
parent | ee02f5390e029d72163de79dbc16fcbebcc46ca5 (diff) | |
download | contrib-c37763d6b6673cdb3426ec860eadb5001bcd58eb.tar.gz contrib-c37763d6b6673cdb3426ec860eadb5001bcd58eb.tar.xz |
gmpc-qosd: dropped
Diffstat (limited to 'gmpc-qosd')
-rw-r--r-- | gmpc-qosd/.footprint | 5 | ||||
-rw-r--r-- | gmpc-qosd/.md5sum | 1 | ||||
-rw-r--r-- | gmpc-qosd/Pkgfile | 17 |
3 files changed, 0 insertions, 23 deletions
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 -} |