Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3467c2098ff0798632e1ae583645fe404c45792
commit e3467c2098ff0798632e1ae583645fe404c45792 Author: DeX77 <[email protected]> Date: Thu Jun 30 15:06:00 2016 +0200 nm-libreswan-1.2.4-1-x86_64 * new package diff --git a/source/gnome-extra/nm-libreswan/FrugalBuild b/source/gnome-extra/nm-libreswan/FrugalBuild new file mode 100644 index 0000000..7eab44d --- /dev/null +++ b/source/gnome-extra/nm-libreswan/FrugalBuild @@ -0,0 +1,42 @@ +# Compiling Time: 0.31 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=nm-libreswan +_F_gnome_name=NetworkManager-libreswan +pkgver=1.2.4 +pkgrel=1 +pkgdesc="network management framework (libreswan plugin)" +depends=('nm-connection-editor>=1.1.92' 'libsecret>=0.18.5' 'glib2') +makedepends=('perl-xml-parser' 'intltool') +#rodepends=('libreswan' "$pkgname-minimal") +groups=('gnome-extra') +archs=('i686' 'x86_64') +_F_gnome_iconcache="y" +_F_gnome_ext=".tar.xz" +_F_gnome_devel="y" +Finclude gnome +sha1sums=('4e8ed79c12d8b8072a482f6acf8a1af265bf7853') +_F_cd_path=$_F_gnome_name-$pkgver + +subpkgs=("$pkgname-minimal") +subdescs=("$pkgdesc without GNOME") +subarchs=('i686 x86_64') +subdepends=('networkmanager') +subgroups=('network-extra') + +build() { + Fbuild + + Fsplit "$pkgname-minimal" etc/dbus-1 + Fsplit "$pkgname-minimal" etc/NetworkManager/VPN/nm-libreswan-service.name + Fsplit "$pkgname-minimal" usr/share/locale + Fsplit "$pkgname-minimal" usr/lib/NetworkManager/libnm-vpn-plugin-libreswan.so + Fsplit "$pkgname-minimal" usr/lib/NetworkManager/libnm-vpn-plugin-libreswan.la + Fsplit "$pkgname-minimal" usr/libexec/nm-libreswan-service + Fsplit "$pkgname-minimal" usr/libexec/nm-libreswan-service-helper + Fsplit "$pkgname-minimal" usr/libexec/nm-libreswan-auth-dialog + + +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
