summaryrefslogtreecommitdiffstats
path: root/extra/gtk2-engines-ubuntulooks/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gtk2-engines-ubuntulooks/Pkgfile')
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/gtk2-engines-ubuntulooks/Pkgfile b/extra/gtk2-engines-ubuntulooks/Pkgfile
new file mode 100755
index 000000000..4d6598e70
--- /dev/null
+++ b/extra/gtk2-engines-ubuntulooks/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Moteur de thémes GTK+
+# URL:
+# Maintainer: NuTyX core team
+# Packager: tux03 at tuxfamily dot org
+# Depends on:
+name=gtk2-engines-ubuntulooks
+version=0.9.12
+release=1
+group=
+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
+}
+