summaryrefslogtreecommitdiffstats
path: root/extra/gtk2-engines-ubuntulooks/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-14 14:30:08 +0100
committersibel <lesibel@free.fr>2011-03-14 14:30:08 +0100
commit7bfbf9f28e0f82c638837f66808d067aac1cbaca (patch)
tree844d5ae9e9e458c5ff47551672cfaf6a56e263e7 /extra/gtk2-engines-ubuntulooks/Pkgfile
parent9e0b50a90fcfe0092208412f2b15ec6dcc3cb3c2 (diff)
downloadnutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.tar.gz
nutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.tar.bz2
nutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.tar.xz
nutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.zip
gtk2-engines-ubuntulooks deplace dans ouvert
Diffstat (limited to 'extra/gtk2-engines-ubuntulooks/Pkgfile')
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/gtk2-engines-ubuntulooks/Pkgfile b/extra/gtk2-engines-ubuntulooks/Pkgfile
deleted file mode 100755
index 364063bdb..000000000
--- a/extra/gtk2-engines-ubuntulooks/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Moteur de thémes GTK+
-# URL:
-# Maintainer: NuTyX core team
-# Packager: tux03 at tuxfamily dot org
-# Depends on: gtk
-# Run on: gtk
-
-name=gtk2-engines-ubuntulooks
-version=0.9.12
-release=1
-source=(http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ubuntulooks_0.9.12.orig.tar.gz)
-build() {
-cd ubuntulooks-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-
-