[arch-commits] Commit in unifdef/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Feb 4 11:06:32 UTC 2013


    Date: Monday, February 4, 2013 @ 12:06:31
  Author: spupykin
Revision: 83684

archrelease: copy trunk to community-x86_64

Added:
  unifdef/repos/community-x86_64/PKGBUILD
    (from rev 83683, unifdef/trunk/PKGBUILD)
Deleted:
  unifdef/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 11:06:20 UTC (rev 83683)
+++ PKGBUILD	2013-02-04 11:06:31 UTC (rev 83684)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-pkgdesc="Remove #ifdef'ed lines"
-arch=(i686 x86_64)
-url="http://dotat.at/prog/unifdef/"
-license=('GPL')
-depends=()
-source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-  mkdir -p $pkgdir/usr/bin $startdir/pkg/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 83683, unifdef/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-04 11:06:31 UTC (rev 83684)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=unifdef
+pkgver=2.6
+pkgrel=3
+pkgdesc="Remove #ifdef'ed lines"
+arch=(i686 x86_64)
+url="http://dotat.at/prog/unifdef/"
+license=('GPL')
+depends=()
+source=("http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
+md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}




More information about the arch-commits mailing list