Date: Monday, May 9, 2016 @ 08:48:12
  Author: tpowa
Revision: 267252

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

Added:
  dosfstools/repos/testing-i686/
  dosfstools/repos/testing-i686/PKGBUILD
    (from rev 267251, dosfstools/trunk/PKGBUILD)
  dosfstools/repos/testing-x86_64/
  dosfstools/repos/testing-x86_64/PKGBUILD
    (from rev 267251, dosfstools/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: dosfstools/repos/testing-i686/PKGBUILD (from rev 267251, 
dosfstools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-05-09 06:48:12 UTC (rev 267252)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: dorphell <[email protected]>
+# Committer: Judd Vinet <[email protected]>
+pkgname=dosfstools
+pkgver=4.0
+pkgrel=1
+pkgdesc="DOS filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+)
+url="https://github.com/dosfstools/dosfstools";
+license=('GPL2')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('20f8388b99702f276c973d228c7cff45'
+         'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Copied: dosfstools/repos/testing-x86_64/PKGBUILD (from rev 267251, 
dosfstools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-05-09 06:48:12 UTC (rev 267252)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: dorphell <[email protected]>
+# Committer: Judd Vinet <[email protected]>
+pkgname=dosfstools
+pkgver=4.0
+pkgrel=1
+pkgdesc="DOS filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc')
+source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+)
+url="https://github.com/dosfstools/dosfstools";
+license=('GPL2')
+validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
+md5sums=('20f8388b99702f276c973d228c7cff45'
+         'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin 
--mandir=/usr/share/man --docdir=/usr/share/doc
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Reply via email to