[arch-commits] Commit in dosfstools/repos (4 files)

Tobias Powalowski tpowa at archlinux.org
Thu Dec 11 08:44:25 UTC 2014


    Date: Thursday, December 11, 2014 @ 09:44:25
  Author: tpowa
Revision: 227428

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

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

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: dosfstools/repos/testing-i686/PKGBUILD (from rev 227427, dosfstools/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-12-11 08:44:25 UTC (rev 227428)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: dorphell <dorphell at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+pkgname=dosfstools
+pkgver=3.0.27
+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')
+md5sums=('3254566ea66b185920abb7f694df2c2a'
+         'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DOCDIR=/usr/share/doc install
+}

Copied: dosfstools/repos/testing-x86_64/PKGBUILD (from rev 227427, dosfstools/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-12-11 08:44:25 UTC (rev 227428)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: dorphell <dorphell at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+pkgname=dosfstools
+pkgver=3.0.27
+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')
+md5sums=('3254566ea66b185920abb7f694df2c2a'
+         'SKIP')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make
+}
+
+package () {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DOCDIR=/usr/share/doc install
+}



More information about the arch-commits mailing list