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

Dave Reisner dreisner at nymeria.archlinux.org
Tue Apr 2 00:06:25 UTC 2013


    Date: Tuesday, April 2, 2013 @ 02:06:24
  Author: dreisner
Revision: 87502

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

Added:
  expac/repos/community-testing-i686/
  expac/repos/community-testing-i686/PKGBUILD
    (from rev 87501, expac/trunk/PKGBUILD)
  expac/repos/community-testing-x86_64/
  expac/repos/community-testing-x86_64/PKGBUILD
    (from rev 87501, expac/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: expac/repos/community-testing-i686/PKGBUILD (from rev 87501, expac/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-04-02 00:06:24 UTC (rev 87502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=2
+pkgrel=1
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac"
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('41a65f51009e44689bd5320f5c3aa7d4'
+         'SKIP')
+
+build() {
+  make -C "$pkgname-$pkgver"
+
+  sed '/\*\//q' "$pkgname-$pkgver"/expac.c >LICENSE
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh

Copied: expac/repos/community-testing-x86_64/PKGBUILD (from rev 87501, expac/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-04-02 00:06:24 UTC (rev 87502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=2
+pkgrel=1
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac"
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('41a65f51009e44689bd5320f5c3aa7d4'
+         'SKIP')
+
+build() {
+  make -C "$pkgname-$pkgver"
+
+  sed '/\*\//q' "$pkgname-$pkgver"/expac.c >LICENSE
+}
+
+package() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh




More information about the arch-commits mailing list