[arch-commits] CVS update of extra/lib/ccrtp (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Jul 8 04:10:53 UTC 2007


    Date: Sunday, July 8, 2007 @ 00:10:53
  Author: eric
    Path: /home/cvs-extra/extra/lib/ccrtp

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: ccrtp 1.5.1-1
added license


----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Index: extra/lib/ccrtp/PKGBUILD
diff -u extra/lib/ccrtp/PKGBUILD:1.6 extra/lib/ccrtp/PKGBUILD:1.7
--- extra/lib/ccrtp/PKGBUILD:1.6	Mon Oct  9 00:35:28 2006
+++ extra/lib/ccrtp/PKGBUILD	Sun Jul  8 00:10:53 2007
@@ -1,15 +1,18 @@
-# $Id: PKGBUILD,v 1.6 2006/10/09 04:35:28 jeff Exp $
+# $Id: PKGBUILD,v 1.7 2007/07/08 04:10:53 eric Exp $
 # Maintainer: Jeff Mickey <jeff at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=ccrtp
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="GNU ccRTP"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ccrtp"
+license=('GPL' 'custom')
 depends=('commoncpp2' 'zlib' 'libxml2' 'libgcrypt')
+options=('!libtool')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-url="http://www.gnu.org/software/ccrtp"
+md5sums=('728c41edd62be2871eac50be287f97ee')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -20,7 +23,5 @@
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  install -D -m644 COPYING.addendum $startdir/pkg/usr/share/licenses/$pkgname/COPYING.addendum
 }
-md5sums=('019754d20b46b1b23f3bc368aa58d662')




More information about the arch-commits mailing list