summaryrefslogtreecommitdiffstats
path: root/extra/gtk2-engines-ubuntulooks/Pkgfile
diff options
context:
space:
mode:
authortux03 <tux03@tuxfamily.org>2010-02-12 12:14:30 +0100
committertux03 <tux03@tuxfamily.org>2010-02-12 12:14:30 +0100
commita26ca9b1cdb21aa39d7c116ee16c0840812e9e51 (patch)
tree41551249445078a19f1479a2dcb4bb243f00e0d2 /extra/gtk2-engines-ubuntulooks/Pkgfile
parent8a315d216205d889cc922cf5b57eefb1e6262740 (diff)
downloadnutyx-pakxe-a26ca9b1cdb21aa39d7c116ee16c0840812e9e51.tar.gz
nutyx-pakxe-a26ca9b1cdb21aa39d7c116ee16c0840812e9e51.tar.bz2
nutyx-pakxe-a26ca9b1cdb21aa39d7c116ee16c0840812e9e51.tar.xz
nutyx-pakxe-a26ca9b1cdb21aa39d7c116ee16c0840812e9e51.zip
ajout de gtk2-engines-ubuntulooks,0.9.12-1
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..654e624f9
--- /dev/null
+++ b/extra/gtk2-engines-ubuntulooks/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Moteur de thémes GTK+
+# URL: http://www.libsdl.org/projects/SDL_net/
+# 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
+}
+