summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-notifyd/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/xfce4-notifyd/Pkgfile')
-rwxr-xr-xxfce/xfce4-notifyd/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/xfce4-notifyd/Pkgfile b/xfce/xfce4-notifyd/Pkgfile
deleted file mode 100755
index 12e23810d..000000000
--- a/xfce/xfce4-notifyd/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Daemon de notification pour Xfce
-# URL: http://git.xfce.org/kelnos/xfce4-notifyd/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: libsexy, startup-notification, libxfce4util, libxfcegui4
-# Run on: libsexy,startup-notification,libxfce4util,libxfcegui4
-
-name=xfce4-notifyd
-version=0.1.0
-release=2
-source=(http://spuriousinterrupt.org/files/$name/$name-$version.tar.bz2)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
- --localstatedir=/var \
- --disable-static
- make
- make DESTDIR=$PKG install
-}
-