Date: Wednesday, March 20, 2013 @ 21:51:38
  Author: andyrtr
Revision: 180381

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

Added:
  libisofs/repos/staging-i686/
  libisofs/repos/staging-i686/PKGBUILD
    (from rev 180380, libisofs/trunk/PKGBUILD)
  libisofs/repos/staging-x86_64/
  libisofs/repos/staging-x86_64/PKGBUILD
    (from rev 180380, 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 180380, 
libisofs/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-03-20 20:51:38 UTC (rev 180381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.8
+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.pykix.org/";
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('9d3515929b80a08daa6423b8312be8c1'
+         'f30c694e856d9c44df864b30b2139000')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+       --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: libisofs/repos/staging-x86_64/PKGBUILD (from rev 180380, 
libisofs/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-03-20 20:51:38 UTC (rev 180381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.2.8
+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.pykix.org/";
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!libtool')
+md5sums=('9d3515929b80a08daa6423b8312be8c1'
+         'f30c694e856d9c44df864b30b2139000')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+       --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Reply via email to