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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon May 6 12:16:16 UTC 2013


    Date: Monday, May 6, 2013 @ 14:16:16
  Author: arodseth
Revision: 89969

Built + signed

Modified:
  sloccount/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-06 12:10:13 UTC (rev 89968)
+++ PKGBUILD	2013-05-06 12:16:16 UTC (rev 89969)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
 # Contributor: Allan McRae <allan at archlinux.org>
 # Contributor: Christof Musik <christof at senfdax.de>
 
 pkgname=sloccount
 pkgver=2.26
-pkgrel=6
-pkgdesc="Tools for counting physical source lines of code"
-url="http://www.dwheeler.com/sloccount/"
+pkgrel=7
+pkgdesc='Tools for counting physical source lines of code'
+url='http://www.dwheeler.com/sloccount/'
 license=('GPL')
 depends=('perl')
-arch=('i686' 'x86_64')
-source=(http://www.dwheeler.com/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('09abd6e2a016ebaf7552068a1dba1249')
+arch=('x86_64' 'i686')
+source=("http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b')
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -dm755 "${pkgdir}/usr/bin"
-  make PREFIX="${pkgdir}/usr" install
-  mv "${pkgdir}/usr/share/doc/sloccount-2.26-1" "${pkgdir}/usr/share/doc/sloccount"
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make PREFIX="$pkgdir/usr" install
+  mv "$pkgdir/usr/share/doc/sloccount-2.26-1" "$pkgdir/usr/share/doc/sloccount"
   chmod 644 "$pkgdir/usr/share/doc/sloccount/"*
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list