Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1c506078f24bd7521003ec77e285e0c5ace907f5
commit 1c506078f24bd7521003ec77e285e0c5ace907f5 Author: crazy <[email protected]> Date: Wed Apr 27 12:14:46 2016 +0200 fvbeutils-0.6-2-x86_64 * remove it .. diff --git a/source/base/fvbeutils/FrugalBuild b/source/base/fvbeutils/FrugalBuild deleted file mode 100644 index 5ca8be9..0000000 --- a/source/base/fvbeutils/FrugalBuild +++ /dev/null @@ -1,36 +0,0 @@ -# Compiling Time: 0 SBU -# Maintainer: James Buren <[email protected]> - -pkgname=fvbeutils -pkgver=0.6 -pkgrel=2 -pkgdesc="Frugalware Versatile Bootable Environment Utilities" -url="http://frugalware.org" -rodepends=('networkmanager') -depends=('newt' 'libblkid' 'libuuid' 'pacman-g2') -makedepends=('re2c') -groups=('base') -archs=('i686' 'x86_64' 'arm') -up2date="$pkgver" -source=(http://ftp.frugalware.org/pub/other/fvbe/fvbe-$pkgver.tar.xz) -sha1sums=('1919ca538f87f3f18935a8a014dd966983cece28') - -# These can be removed after 1.9 -conflicts=('frugalwareutils') -replaces=('frugalwareutils') -provides=('frugalwareutils') -rodepends+=('lesspipe' 'vile' 'ne' 'keyutils') -if [ "$CARCH" = "i686" -o "$CARCH" = "x86_64" ]; then - rodepends+=('terminus-font-console' 'cryptsetup-luks') -fi - -build() -{ - Fcd fvbe-$pkgver - Fpatchall - Fexec ./configure --arch $CARCH --release 1.9rc2 --branch current --type basic --ui newt || Fdie - make setup || Fdie - make DESTDIR=$Fdestdir install || Fdie -} - -# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
