summaryrefslogtreecommitdiffstats
path: root/base/splashy/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-02-23 11:11:08 +0100
committersibel <lesibel@free.fr>2011-02-23 11:11:08 +0100
commitcb00b515ffc0aba1307474f13830c631f2be5908 (patch)
tree98d8c80163ffa1d0e244692bcfa60c6fffe1ecca /base/splashy/Pkgfile
parent692c5b9d546e270c9585695b505c3b3d32b28a8a (diff)
downloadnutyx-pakxe-cb00b515ffc0aba1307474f13830c631f2be5908.tar.gz
nutyx-pakxe-cb00b515ffc0aba1307474f13830c631f2be5908.tar.bz2
nutyx-pakxe-cb00b515ffc0aba1307474f13830c631f2be5908.tar.xz
nutyx-pakxe-cb00b515ffc0aba1307474f13830c631f2be5908.zip
splashy, deplacement dans ouvert
Diffstat (limited to 'base/splashy/Pkgfile')
-rw-r--r--base/splashy/Pkgfile35
1 files changed, 0 insertions, 35 deletions
diff --git a/base/splashy/Pkgfile b/base/splashy/Pkgfile
deleted file mode 100644
index 5750a52c6..000000000
--- a/base/splashy/Pkgfile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Description: Utilitaires pour produire des images lors du boot
-# URL: http://splashy.alioth.debian.org/wiki/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=splashy
-version=0.3.13
-release=3
-source=(http://alioth.debian.org/frs/download.php/2691/$name-$version.tar.gz\
- http://nutyx.meticul.eu/files/patchs/$name/nutyx-attapu.jpg \
- http://nutyx.meticul.eu/files/patchs/$name/splashy \
- http://nutyx.meticul.eu/files/patchs/$name/theme.xml)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --sbindir=/sbin --libdir=/usr/lib \
- --includedir=/usr/include \
- --datarootdir=/usr/share \
- --sysconfdir=/etc
- make
- make DESTDIR=$PKG install
- mkdir -p $PKG/etc/{$name/steps_dir,rc.d{,/rcsysinit.d}}
- mv $PKG/etc/{init.d,rc.d/}
- cp ../splashy $PKG/etc/rc.d/init.d/
- chmod 754 $PKG/etc/rc.d/init.d/splashy
- ln -s ../init.d/splashy $PKG/etc/rc.d/rcsysinit.d/S00splashy
- rm $PKG/etc/lsb-base-logging.sh
- cp ../nutyx-attapu.jpg \
- $PKG/usr/share/splashy/themes/default/nutyx-attapu.jpg
- cp ../theme.xml \
- $PKG/usr/share/splashy/themes/default/theme.xml
- sed -i "s|/lib/init/rw/splashy|/etc/splashy/steps_dir|" \
- $PKG/etc/default/splashy
-}