summaryrefslogtreecommitdiffstats
path: root/gnome-themes-standard/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-themes-standard/Pkgfile')
-rw-r--r--gnome-themes-standard/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnome-themes-standard/Pkgfile b/gnome-themes-standard/Pkgfile
new file mode 100644
index 0000000..5b740e0
--- /dev/null
+++ b/gnome-themes-standard/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Themes pour gnome
+# URL: http://www.gnome.org/
+# Maintainer: NuTyX GNOME team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: atk, pango, icon-naming-utils, gtk-engines
+# Run on: atk,pango,icon-naming-utils,gtk-engines
+
+name=gnome-themes-standard
+version=3.1.3
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}