Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ad44a25ac21cd9fa8c7a8c3c08b8c482037eb66

commit 3ad44a25ac21cd9fa8c7a8c3c08b8c482037eb66
Author: DeX77 <[email protected]>
Date:   Thu Nov 7 22:20:54 2013 +0100

libguestfs-1.22.7-1-x86_64

* new package

diff --git a/source/apps-extra/libguestfs/FrugalBuild 
b/source/apps-extra/libguestfs/FrugalBuild
new file mode 100644
index 0000000..687a691
--- /dev/null
+++ b/source/apps-extra/libguestfs/FrugalBuild
@@ -0,0 +1,22 @@
+# Compiling Time: 7.08 SBU
+# Maintainer: DeX77 <[email protected]>
+
+options+=('asneeded')
+
+pkgname=libguestfs
+pkgver=1.22.7
+pkgrel=1
+pkgdesc="tools for accessing and modifying virtual machine disk images"
+url="http://libguestfs.org/";
+depends=('fuse' 'supermin>=4.1.5-2' 'cpio' 'gperf' 'cdrkit' 'qemu' 
'augeas>=1.1.0')
+groups=('apps-extra')
+archs=('i686' 'x86_64')
+up2date="Flasttar ${url}download/1.22-stable/"
+options=('nofakeroot')
+source=("${url}download/1.22-stable/$pkgname-$pkgver.tar.gz" \
+       fw_support.patch )
+sha1sums=('286e7472b988807c37af468b74091984d6a55d4e' \
+          'bd6eddb8c0523d9c91761590663a9da7e17c8daa')
+
+
+# optimization OK
diff --git a/source/apps-extra/libguestfs/fw_support.patch 
b/source/apps-extra/libguestfs/fw_support.patch
new file mode 100644
index 0000000..e3e467b
--- /dev/null
+++ b/source/apps-extra/libguestfs/fw_support.patch
@@ -0,0 +1,105 @@
+From d041deff7db7028a061aff8ad9a59e9f1c640d6b Mon Sep 17 00:00:00 2001
+From: Daniel Exner <[email protected]>
+Date: Mon, 21 Oct 2013 20:59:58 +0200
+Subject: [PATCH] * initial FrugalWare support
+
+---
+ appliance/packagelist.in | 60 ++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac             |  3 +++
+ 2 files changed, 63 insertions(+)
+
+diff --git a/appliance/packagelist.in b/appliance/packagelist.in
+index aecf55a..3158a09 100644
+--- a/appliance/packagelist.in
++++ b/appliance/packagelist.in
+@@ -113,6 +113,7 @@
+   zfs-fuse
+ #endif /* ARCHLINUX */
+
++#ifndef FRUGALWARE
+ acl
+ attr
+ bash
+@@ -167,6 +168,65 @@ zerofree
+ #ifdef VALGRIND_DAEMON
+ valgrind
+ #endif
++#endif /* FRUGALWARE */
+
+ /* Define this by doing: ./configure --with-extra-packages="..." */
+ EXTRA_PACKAGES
++
++#ifdef FRUGALWARE
++augeas
++btrfs-progs
++cryptsetup-luks
++e2fsprogs
++cdrkit
++grub2
++hfsplus
++iproute2
++iputils
++kernel
++libcap
++ntfsprogs
++ntfs-3g
++openssh
++pcre
++reiserfsprogs
++syslinux
++systemd
++vim
++xz
++yajl
++xfsprogs-acl
++xfsprogs-attr
++bash
++binutils
++bzip2
++coreutils
++cpio
++diffutils
++dosfstools
++file
++findutils
++gawk
++gptfdisk
++grep
++gzip
++jfsutils
++kmod
++less
++libxml2
++lsof
++lsscsi
++lvm2
++mdadm
++module-init-tools
++parted
++procps
++psmisc
++rsync
++sed
++strace
++syslinux
++tar
++util-linux
++xfsprogs
++#endif /* FRUGALWARE */
+diff --git a/configure.ac b/configure.ac
+index 603c4af..39269ef 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -557,6 +557,9 @@ fi
+ if test -f /etc/SuSE-release; then
+     DISTRO=SUSE
+ fi
++if test -f /etc/frugalware-release; then
++    DISTRO=FRUGALWARE
++fi
+ AC_MSG_RESULT([$DISTRO])
+ AC_SUBST([DISTRO])
+
+--
+1.8.4
+
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to