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

Eric Belanger eric at archlinux.org
Sun Nov 4 22:00:00 UTC 2007


    Date: Sunday, November 4, 2007 @ 17:00:00
  Author: eric
    Path: /home/cvs-extra/extra/lib/libghttp

 Removed: PKGBUILD (1.7)

extra repo cleanup


----------+
 PKGBUILD |   24 ------------------------
 1 file changed, 24 deletions(-)


Index: extra/lib/libghttp/PKGBUILD
diff -u extra/lib/libghttp/PKGBUILD:1.7 extra/lib/libghttp/PKGBUILD:removed
--- extra/lib/libghttp/PKGBUILD:1.7	Mon May 22 16:08:15 2006
+++ extra/lib/libghttp/PKGBUILD	Sun Nov  4 17:00:00 2007
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD,v 1.7 2006/05/22 20:08:15 uid1015 Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Contributor: dorphell <dorphell at gmx.net>
-pkgname=libghttp
-pkgver=1.0.9
-pkgrel=2
-pkgdesc="HTTP protocol client library"
-arch=(i686 x86_64)
-depends=('glibc')
-source=(ftp://ftp.gnome.org/pub/gnome/sources/libghttp/1.0/$pkgname-$pkgver.tar.gz)
-url="ftp://ftp.gnome.org/pub/gnome/sources/libghttp/1.0"
-md5sums=('0690e7456f9a15c635f240f3d6d5dab2')
-
-build() {
-  cd $startdir/src/$pkgname-$pkgver
-  if [[ "$CARCH" == "x86_64" ]]; then
-    ./configure --prefix=/usr --host=i686-pc-linux-gnu # strange - isn't it?
-  else 
-    ./configure --prefix=/usr
-  fi
-  make || return 1
-  make prefix=$startdir/pkg/usr install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-}




More information about the arch-commits mailing list