summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-screenshooter/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/xfce4-screenshooter/Pkgfile')
-rwxr-xr-xxfce/xfce4-screenshooter/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/xfce4-screenshooter/Pkgfile b/xfce/xfce4-screenshooter/Pkgfile
deleted file mode 100755
index 25fc58e67..000000000
--- a/xfce/xfce4-screenshooter/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Permet de faire des captures d'ecrans ou de fenetres
-# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xfce4-panel, libsoup
-# Run on: xfce4-panel
-
-name=xfce4-screenshooter
-version=1.7.9
-release=1
-source=(http://archive.xfce.org/src/apps/$name/1.7/$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
-}
-