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

Eric Belanger eric at archlinux.org
Tue Aug 7 18:27:59 UTC 2007


    Date: Tuesday, August 7, 2007 @ 14:27:59
  Author: eric
    Path: /home/cvs-extra/extra/lib/ccscript3

   Added: PKGBUILD (1.1)

upgpkg: ccscript3 1.1.0-1
moving ccscript3 to correct location in cvs tree, added license


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


Index: extra/lib/ccscript3/PKGBUILD
diff -u /dev/null extra/lib/ccscript3/PKGBUILD:1.1
--- /dev/null	Tue Aug  7 14:27:59 2007
+++ extra/lib/ccscript3/PKGBUILD	Tue Aug  7 14:27:59 2007
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD,v 1.1 2007/08/07 18:27:59 eric Exp $
+# Maintainer: arjan <arjan at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=ccscript3
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="GNU ccScript"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ccscript"
+license=('GPL2')
+depends=('commoncpp2')
+replaces=('ccscript')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/gnutelephony/$pkgname-$pkgver.tar.gz)
+md5sums=('cee1b87d146d2abb82379f5c65d22f3b')
+
+build() {
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make DESTDIR=$startdir/pkg install
+}




More information about the arch-commits mailing list