summaryrefslogtreecommitdiffstats
path: root/extra/aurora
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 21:46:54 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 21:46:54 +0100
commit88e496f0c91a277802b0b955a6e15778db38c53d (patch)
tree8c97e207b3bea151ef0afd1115bc90ae323be3b6 /extra/aurora
parent8e4a0a62696959ab2dc83f97e5da4cb4a59df67d (diff)
downloadnutyx-extra-88e496f0c91a277802b0b955a6e15778db38c53d.tar.gz
nutyx-extra-88e496f0c91a277802b0b955a6e15778db38c53d.tar.bz2
nutyx-extra-88e496f0c91a277802b0b955a6e15778db38c53d.tar.xz
nutyx-extra-88e496f0c91a277802b0b955a6e15778db38c53d.zip
aurora, suppression de Pkgfile~
Diffstat (limited to 'extra/aurora')
-rw-r--r--extra/aurora/Pkgfile~19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/aurora/Pkgfile~ b/extra/aurora/Pkgfile~
deleted file mode 100644
index 94f03cc8d..000000000
--- a/extra/aurora/Pkgfile~
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}