diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/fcron/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/fcron/Pkgfile')
-rw-r--r-- | extra/fcron/Pkgfile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/extra/fcron/Pkgfile b/extra/fcron/Pkgfile deleted file mode 100644 index 563407a7e..000000000 --- a/extra/fcron/Pkgfile +++ /dev/null @@ -1,36 +0,0 @@ -# Description: Gestionnaire de tâches planifiées -# URL: http://fcron.free.fr -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=fcron -version=3.0.4 -release=2 -source=(http://fcron.free.fr/archives/$name-$version.src.tar.gz \ - fcron) - -build() { - unset MAKEFLAGS - source /etc/blfs-bootscripts -wget \ -http://nutyx.meticul.eu/files/patchs/aaabasicfs/$scripts-$scriptsversion.tar.bz2 - tar xvf $scripts-$scriptsversion.tar.bz2 - # build package - cd $name-$version - ./configure --prefix=/usr\ - --sysconfdir=/etc \ - --with-pam=no \ - --without-sendmail\ - --localstatedir=/var \ - --with-boot-install=no\ - --mandir=/usr/share/man\ - --infodir=/usr/share/info - make - make DESTDIR=$PKG install - # Install the script - cd ../$scripts-$scriptsversion - make DESTDIR=$PKG install-fcron - rm -rf $PKG/usr/share/doc -# install -m755 ../fcron $PKG/etc/rc.d/init.d/ -} |