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

Dave Reisner dreisner at nymeria.archlinux.org
Sat Nov 16 16:35:18 UTC 2013


    Date: Saturday, November 16, 2013 @ 17:35:18
  Author: dreisner
Revision: 199799

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

Added:
  expac/repos/extra-i686/
  expac/repos/extra-i686/PKGBUILD
    (from rev 199798, expac/trunk/PKGBUILD)
  expac/repos/extra-x86_64/
  expac/repos/extra-x86_64/PKGBUILD
    (from rev 199798, expac/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: expac/repos/extra-i686/PKGBUILD (from rev 199798, expac/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-11-16 16:35:18 UTC (rev 199799)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=3
+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=('2f53f9663b69948a4a8bb03c1aa435a5'
+         'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed '/\*\//q' expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh

Copied: expac/repos/extra-x86_64/PKGBUILD (from rev 199798, expac/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-11-16 16:35:18 UTC (rev 199799)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
+# Maintainer: Dave Reisner <d at falconindy.com>
+
+pkgname=expac
+pkgver=3
+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=('2f53f9663b69948a4a8bb03c1aa435a5'
+         'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed '/\*\//q' expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make 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