[arch-commits] CVS update of extra/network/epic4 (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jun 30 03:35:08 UTC 2007


    Date: Friday, June 29, 2007 @ 23:35:08
  Author: eric
    Path: /home/cvs-extra/extra/network/epic4

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: epic4 2.6-1
added license


----------+
 PKGBUILD |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)


Index: extra/network/epic4/PKGBUILD
diff -u extra/network/epic4/PKGBUILD:1.9 extra/network/epic4/PKGBUILD:1.10
--- extra/network/epic4/PKGBUILD:1.9	Sat Jun  3 09:09:44 2006
+++ extra/network/epic4/PKGBUILD	Fri Jun 29 23:35:08 2007
@@ -1,21 +1,24 @@
-# $Id:
+# $Id: PKGBUILD,v 1.10 2007/06/30 03:35:08 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
 pkgname=epic4
-pkgver=2.4
+pkgver=2.6
 pkgrel=1
 pkgdesc="EPIC4 is a new direction in ircII development"
-arch=(i686 x86_64)
-source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
-depends=('openssl<=0.9.8' 'ncurses')
+arch=('i686' 'x86_64')
 url="http://www.epicsol.org/"
-md5sums=('a26d50d3db4c7faa4b82b966ad4f4f25')
+license=('BSD')
+depends=('openssl<=0.9.8' 'ncurses')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+md5sums=('3af76d22762b5015735bc9cb7f43d2c9')
 
 build() {
-	cd $startdir/src/$pkgname-$pkgver
-	./configure --prefix=/usr
-	make || return 1
-	make prefix=$startdir/pkg/usr install
-	rm $startdir/pkg/usr/bin/epic
-	mv $startdir/pkg/usr/bin/epic-EPIC4-$pkgver $startdir/pkg/usr/bin/epic
+  cd $startdir/src/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make || return 1
+  make prefix=$startdir/pkg/usr install
+  rm $startdir/pkg/usr/bin/epic
+  mv $startdir/pkg/usr/bin/epic-EPIC4-$pkgver $startdir/pkg/usr/bin/epic
+  install  -D -m644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/COPYRIGHT
 }




More information about the arch-commits mailing list