[arch-commits] Commit in cromfs/repos (6 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Fri Jul 5 01:31:35 UTC 2013


    Date: Friday, July 5, 2013 @ 03:31:34
  Author: bisson
Revision: 93532

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cromfs/repos/community-i686/
  cromfs/repos/community-i686/PKGBUILD
    (from rev 93531, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-i686/make-generic.patch
    (from rev 93531, cromfs/trunk/make-generic.patch)
  cromfs/repos/community-x86_64/
  cromfs/repos/community-x86_64/PKGBUILD
    (from rev 93531, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-x86_64/make-generic.patch
    (from rev 93531, cromfs/trunk/make-generic.patch)

-------------------------------------+
 community-i686/PKGBUILD             |   34 ++++++++++++++++++++++++++++++++++
 community-i686/make-generic.patch   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD           |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/make-generic.patch |   25 +++++++++++++++++++++++++
 4 files changed, 118 insertions(+)

Copied: cromfs/repos/community-i686/PKGBUILD (from rev 93531, cromfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=cromfs
+pkgver=1.5.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo2')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
+        'make-generic.patch')
+sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
+          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../make-generic.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+	install -m755 install/progs/* "${pkgdir}"/usr/bin/
+	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Copied: cromfs/repos/community-i686/make-generic.patch (from rev 93531, cromfs/trunk/make-generic.patch)
===================================================================
--- community-i686/make-generic.patch	                        (rev 0)
+++ community-i686/make-generic.patch	2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure	2012-04-11 09:33:55.000000000 +0200
++++ new/configure	2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then

Copied: cromfs/repos/community-x86_64/PKGBUILD (from rev 93531, cromfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=cromfs
+pkgver=1.5.10.1
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo2')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
+        'make-generic.patch')
+sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
+          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../make-generic.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+	install -m755 install/progs/* "${pkgdir}"/usr/bin/
+	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Copied: cromfs/repos/community-x86_64/make-generic.patch (from rev 93531, cromfs/trunk/make-generic.patch)
===================================================================
--- community-x86_64/make-generic.patch	                        (rev 0)
+++ community-x86_64/make-generic.patch	2013-07-05 01:31:34 UTC (rev 93532)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure	2012-04-11 09:33:55.000000000 +0200
++++ new/configure	2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then




More information about the arch-commits mailing list