[arch-commits] Commit in (pkgdiff pkgdiff/repos pkgdiff/trunk pkgdiff/trunk/PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Jan 25 16:22:40 UTC 2016


    Date: Monday, January 25, 2016 @ 17:22:40
  Author: fyan
Revision: 158888

addpkg: pkgdiff 1.7.1-1

Added:
  pkgdiff/
  pkgdiff/repos/
  pkgdiff/trunk/
  pkgdiff/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: pkgdiff/trunk/PKGBUILD
===================================================================
--- pkgdiff/trunk/PKGBUILD	                        (rev 0)
+++ pkgdiff/trunk/PKGBUILD	2016-01-25 16:22:40 UTC (rev 158888)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Zifei Tong <soariez at gmail.com>
+
+pkgname=pkgdiff
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="A tool for analyzing changes in Linux software packages"
+url="http://pkgdiff.github.io/pkgdiff/"
+arch=('any')
+license=('GPL2')
+depends=('perl' 'diffutils' 'gawk')
+makedepends=('git')
+optdepends=(
+  'wdiff: for block diffs'
+  'abi-compliance-checker: for check ABI'
+  'abi-dumper: for check ABI'
+)
+source=("git+https://github.com/lvc/pkgdiff.git#tag=$pkgver")
+sha1sums=('SKIP')
+
+package() {
+  cd "$srcdir/${pkgname}"
+  mkdir -p "${pkgdir}/usr"
+  perl Makefile.pl --install --prefix=/usr --destdir="${pkgdir}"
+}


Property changes on: pkgdiff/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list