Date: Sunday, July 3, 2016 @ 12:10:41
  Author: andyrtr
Revision: 270879

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

Added:
  libisofs/repos/staging-i686/
  libisofs/repos/staging-i686/PKGBUILD
    (from rev 270878, libisofs/trunk/PKGBUILD)
  libisofs/repos/staging-x86_64/
  libisofs/repos/staging-x86_64/PKGBUILD
    (from rev 270878, libisofs/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libisofs/repos/staging-i686/PKGBUILD (from rev 270878, 
libisofs/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2016-07-03 12:10:41 UTC (rev 270879)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org";
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('23a32bb5b8559ce031420dd5fc58885c'
+         'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
<[email protected]>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+       --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: libisofs/repos/staging-x86_64/PKGBUILD (from rev 270878, 
libisofs/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2016-07-03 12:10:41 UTC (rev 270879)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org";
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('23a32bb5b8559ce031420dd5fc58885c'
+         'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 
<[email protected]>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+       --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Reply via email to