summaryrefslogtreecommitdiffstats
path: root/xfce/parole/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/parole/Pkgfile')
-rw-r--r--xfce/parole/Pkgfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/xfce/parole/Pkgfile b/xfce/parole/Pkgfile
deleted file mode 100644
index 138aea584..000000000
--- a/xfce/parole/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: Clone totem pour xfce
-# URL: http://goodies.xfce.org/projects/applications/parole
-# Maintainer: NuTyX core team
-# Packager: tyrry33 at gmail dot com
-# Depends on: libxfce4util, libxfcegui4, gst-plugins-base, libnotify, taglib
-# Run on: libxfce4util,libxfcegui4,gst-plugins-base,libnotify,taglib
-
-name=parole
-version=0.2.0.6
-release=1
-source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2)
-
-build() {
-unset MAKEFLAGS
-cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
- cd $PKG/usr/lib
-}