summaryrefslogtreecommitdiffstats
path: root/xfce/xfwm4-themes/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/xfwm4-themes/Pkgfile')
-rwxr-xr-xxfce/xfwm4-themes/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/xfwm4-themes/Pkgfile b/xfce/xfwm4-themes/Pkgfile
deleted file mode 100755
index 0ab17cafb..000000000
--- a/xfce/xfwm4-themes/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Themes supplementaires pour Xfce
-# URL: http://www.xfce.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xfwm4
-# Run on: xfwm4
-
-name=xfwm4-themes
-version=4.6.0
-release=3
-source=(http://archive.xfce.org/src/art/$name/4.6/$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
-}
-