Date: Thursday, May 30, 2013 @ 11:44:39
  Author: spupykin
Revision: 91959

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

Added:
  squashfs-tools/repos/community-i686/PKGBUILD
    (from rev 91958, squashfs-tools/trunk/PKGBUILD)
  squashfs-tools/repos/community-x86_64/PKGBUILD
    (from rev 91958, squashfs-tools/trunk/PKGBUILD)
Deleted:
  squashfs-tools/repos/community-i686/PKGBUILD
  squashfs-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 -----------------------
 community-x86_64/PKGBUILD |   29 -----------------------
 3 files changed, 54 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-05-30 09:44:20 UTC (rev 91958)
+++ community-i686/PKGBUILD     2013-05-30 09:44:39 UTC (rev 91959)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Aaron Griffin <[email protected]>
-# Original TU: Jeff Mickey <[email protected]>
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.2
-pkgrel=3
-pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
-url="http://squashfs.sourceforge.net";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz";)
-md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
-
-build() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
-    sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
-    make
-}
-
-package() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    install -Dm755 mksquashfs ${pkgdir}/bin/mksquashfs
-    install -m755 unsquashfs ${pkgdir}/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-i686/PKGBUILD (from rev 91958, 
squashfs-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-05-30 09:44:39 UTC (rev 91959)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Aaron Griffin <[email protected]>
+# Original TU: Jeff Mickey <[email protected]>
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.2
+pkgrel=4
+pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
+url="http://squashfs.sourceforge.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('zlib' 'lzo2' 'xz')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz";)
+md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
+
+build() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1
+}
+
+package() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
+    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-05-30 09:44:20 UTC (rev 91958)
+++ community-x86_64/PKGBUILD   2013-05-30 09:44:39 UTC (rev 91959)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Aaron Griffin <[email protected]>
-# Original TU: Jeff Mickey <[email protected]>
-# Contributor: ciccio.a
-
-pkgname=squashfs-tools
-pkgver=4.2
-pkgrel=3
-pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
-url="http://squashfs.sourceforge.net";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('zlib' 'lzo2' 'xz')
-source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz";)
-md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
-
-build() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile
-    sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile
-    make
-}
-
-package() {
-    cd ${srcdir}/squashfs${pkgver}/${pkgname}
-    install -Dm755 mksquashfs ${pkgdir}/bin/mksquashfs
-    install -m755 unsquashfs ${pkgdir}/bin/unsquashfs
-}

Copied: squashfs-tools/repos/community-x86_64/PKGBUILD (from rev 91958, 
squashfs-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-30 09:44:39 UTC (rev 91959)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Aaron Griffin <[email protected]>
+# Original TU: Jeff Mickey <[email protected]>
+# Contributor: ciccio.a
+
+pkgname=squashfs-tools
+pkgver=4.2
+pkgrel=4
+pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for 
Linux."
+url="http://squashfs.sourceforge.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('zlib' 'lzo2' 'xz')
+source=("http://downloads.sourceforge.net/sourceforge/squashfs/squashfs${pkgver}.tar.gz";)
+md5sums=('1b7a781fb4cf8938842279bd3e8ee852')
+
+build() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    make XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1
+}
+
+package() {
+    cd ${srcdir}/squashfs${pkgver}/${pkgname}
+    install -Dm755 mksquashfs ${pkgdir}/usr/bin/mksquashfs
+    install -m755 unsquashfs ${pkgdir}/usr/bin/unsquashfs
+}

Reply via email to