* move libcroco from pf

* add proper gnupg from pf-master
This commit is contained in:
Phil 2011-07-23 21:22:20 +00:00
parent de4abebd86
commit 0635e655e8
2 changed files with 32 additions and 7 deletions

View File

@ -1,17 +1,21 @@
# $Id: PKGBUILD 52155 2009-09-16 11:08:07Z allan $
# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=gnupg
pkgver=1.4.10
pkgrel=2
pkgver=1.4.11
pkgrel=1
pkgdesc="GNU Privacy Guard - a PGP replacement tool"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb' 'curl>=7.16.2' 'readline>=6.0.00')
depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readline>=6.0.00')
source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
options=('sign')
install=gnupg.install
url="http://www.gnupg.org/"
md5sums=('dcf7ed712997888d616e029637bfc303')
sha1sums=('78e22f5cca88514ee71034aafff539c33f3c6676')
build() {
cd ${srcdir}/${pkgname}-${pkgver}

21
libcroco/PKGBUILD Normal file
View File

@ -0,0 +1,21 @@
# $Id: PKGBUILD 26973 2009-02-15 00:05:10Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libcroco
pkgver=0.6.2
pkgrel=1
pkgdesc="GNOME CSS2 parsing and manipulation toolkit"
arch=('x86_64' 'i686')
depends=('glib2>=2.18.4' 'libxml2>=2.7.3')
makedepends=('intltool' 'pkgconfig')
license=('LGPL')
options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
url="http://www.gnome.org"
md5sums=('1429c597aa4b75fc610ab3a542c99209')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --disable-static || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}