diff options
author | bg <bg@nutyx.(none)> | 2009-11-11 17:22:52 +0100 |
---|---|---|
committer | bg <bg@nutyx.(none)> | 2009-11-11 17:22:52 +0100 |
commit | 63cd9f3d027a7b9fdde80b75b6cf21040426a98a (patch) | |
tree | 4e7c0d0a0441a4d79648a4d478f4be7065f2d310 /extra/aurora/Pkgfile~ | |
parent | 2160419a1175870c3f6c678a7dc863bb249f5638 (diff) | |
download | nutyx-pakxe-63cd9f3d027a7b9fdde80b75b6cf21040426a98a.tar.gz nutyx-pakxe-63cd9f3d027a7b9fdde80b75b6cf21040426a98a.tar.bz2 nutyx-pakxe-63cd9f3d027a7b9fdde80b75b6cf21040426a98a.tar.xz nutyx-pakxe-63cd9f3d027a7b9fdde80b75b6cf21040426a98a.zip |
Ajout de aurora
Diffstat (limited to 'extra/aurora/Pkgfile~')
-rw-r--r-- | extra/aurora/Pkgfile~ | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/aurora/Pkgfile~ b/extra/aurora/Pkgfile~ new file mode 100644 index 000000000..94f03cc8d --- /dev/null +++ b/extra/aurora/Pkgfile~ @@ -0,0 +1,19 @@ +# Description: Moteur gtk +# URL: http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438 +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: gtk + +name=aurora +version=1.5.1 +release=1 +source=(http://gnome-look.org/CONTENT/content-files/56438-aurora-1.5.1.tar.bz2) + +build() { + tar xzf aurora-gtk-engine-1.5.tar.gz + cd aurora-1.5 + ./configure --prefix=/usr \ + --enable-animation + make + make DESTDIR=$PKG install +} |