Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kernelbump.git;a=commitdiff;h=cd4490b7020341ed2fe62ba4ca3a5a131add85b0
commit cd4490b7020341ed2fe62ba4ca3a5a131add85b0 Author: DeX77 <[email protected]> Date: Tue Apr 18 10:40:44 2017 +0200 clr-boot-manager-1.5.2-1-x86_64 * new package diff --git a/source/base/clr-boot-manager/FrugalBuild b/source/base/clr-boot-manager/FrugalBuild new file mode 100644 index 0000000..a0521d6 --- /dev/null +++ b/source/base/clr-boot-manager/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.47 SBU +# Maintainer: DeX77 <[email protected]> + + +pkgname=clr-boot-manager +pkgver=1.5.2 +pkgrel=1 +pkgdesc="Kernel and Boot Loader Management" +groups=('base') +archs=('x86_64') +depends=('libblkid' 'systemd') #for systemd-boot can be changed +makedepends=('check') +_F_github_author="clearlinux" +_F_github_tag_v=y +Finclude github +source=("https://github.com/clearlinux/clr-boot-manager/releases/download/v${pkgver}/clr-boot-manager-${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
