Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernelbump.git;a=commitdiff;h=dc9aa88c3198ae3a56a35da8ee388265585f6508
commit dc9aa88c3198ae3a56a35da8ee388265585f6508 Author: DeX77 <[email protected]> Date: Fri Jul 21 15:52:47 2017 +0200 clr-boot-manager-1.5.4-1-x86_64 readd clr-boot-manager diff --git a/source/base/clr-boot-manager/FrugalBuild b/source/base/clr-boot-manager/FrugalBuild new file mode 100644 index 0000000..c8cd137 --- /dev/null +++ b/source/base/clr-boot-manager/FrugalBuild @@ -0,0 +1,20 @@ +# Compiling Time: 0 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=clr-boot-manager +pkgver=1.5.4 +pkgrel=1 +pkgdesc="Kernel & Boot Loader Management" +groups=('base') +archs=('x86_64') +depends=('libblkid') +makedepends=('check') +_F_github_author="clearlinux" +_F_github_tag_v=y +Finclude github +source=("https://github.com/${_F_github_author}/$pkgname/releases/download/v${pkgver}/$pkgname-$pkgver.tar.xz") +signatures=("${source[0]}.asc") +Fconfopts=" --with-kernel-namespace=org.frugalware \ + --with-vendor-prefix=frugalware-linux" + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
