Merge branch 'master' of github.com:mikestaszel/archplug

This commit is contained in:
root 2009-10-31 21:10:32 -07:00
commit cd02b4eb42
8 changed files with 44 additions and 24 deletions

View file

@ -1,11 +1,12 @@
# Maintainer: Anders Bergh <anders1@gmail.com>
pkgname=6tunnel
pkgver=0.11rc2
pkgrel=3
pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
url="http://toxygen.net/6tunnel/"
license=('GPL')
arch=('i686' 'x86_64' 'arm')
arch=('arm')
source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz)
md5sums=('74e02d4f0704b3083a01feda66033449')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 3247 2009-10-01 14:29:26Z dgriffiths $
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Wes Brewer <brewerw@gmail.com>
@ -7,7 +6,7 @@ pkgname=acetoneiso2
pkgver=2.1.1
pkgrel=1
pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
arch=('i686' 'x86_64')
arch=('i686' 'x86_64' 'arm')
url="http://www.acetoneteam.org"
license=('GPL3')
depends=('qt>=4' 'fuseiso' 'cdrdao' 'cdrkit' 'gnupg2' 'pinentry' 'mplayer')

View file

@ -1,11 +1,10 @@
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-io-string
pkgver=1.08
pkgrel=5
pkgdesc="IO::File interface for in-core strings"
arch=('i686' 'x86_64')
arch=('i686' 'x86_64' 'arm')
url="http://search.cpan.org/dist/IO-String"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0')

View file

@ -1,9 +1,10 @@
# Maintainer: Philipp Scholl <pscholl@bawue.de>
pkgname=acl
pkgver=2.2.47
pkgver=2.2.48
pkgrel=1
pkgdesc="Library for filesystem ACL support"
arch=(arm)
arch=('i686' 'x86_64' 'arm')
url="http://oss.sgi.com/projects/xfs/"
license=('LGPL')
groups=('base')
@ -13,16 +14,13 @@ replaces=('xfsacl')
provides=('xfsacl')
conflicts=('xfsacl')
options=('!libtool')
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_${pkgver}-1.tar.gz
acl-rpath.patch)
md5sums=('a11e4571a54a0b1ae83010d1e68a64c2'
'1fe58873e384657cac223689482e3a30')
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/acl-${pkgver}.src.tar.gz)
sha256sums=('b45e21549c9752ad9b99862cce79d7ec5ef4b32c3e95a39f79f0a8442b86476e')
build() {
cd $srcdir/acl-$pkgver
patch -Np0 -i $srcdir/acl-rpath.patch
autoconf
./configure --prefix=/usr
make || return 1
make prefix=$pkgdir/usr/ install install-lib install-dev

View file

@ -1,9 +1,10 @@
# Maintainer: Krzysztof "hiciu" Warzecha <kwarzecha7@gmail.com>
pkgname=attr
pkgver=2.4.43
pkgrel=2
pkgver=2.4.44
pkgrel=1
pkgdesc="Extended attribute support library for ACL support"
arch=(arm)
arch=('i686' 'x86_64' 'arm')
url="http://oss.sgi.com/projects/xfs/"
license=('LGPL')
groups=('base')
@ -13,8 +14,8 @@ replaces=('xfsattr')
provides=('xfsattr')
conflicts=('xfsattr')
options=('!libtool')
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${pkgver}-1.tar.gz)
md5sums=('91583a14bcbd637adaa9b07ea49c5d4b')
source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-${pkgver}.src.tar.gz)
sha256sums=('e01fa00686072a02dddf994e6217be950f51c1dc0852ad2e210c48b6e8de793a')
build() {
cd $startdir/src/attr-$pkgver

View file

@ -1,21 +1,25 @@
# Maintainer: Krzysztof "hiciu" Warzecha <kwarzecha7@gmail.com>
pkgname=autoconf
pkgver=2.63
pkgrel=2
pkgver=2.64
pkgrel=1
pkgdesc="A GNU tool for automatically configuring source code"
arch=('arm')
arch=('i686' 'x86_64' 'arm')
license=('GPL2' 'GPL3')
url="http://www.gnu.org/software/autoconf"
groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash')
install=autoconf.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('43d76649fb86cd21d64f68c48d5abdcf')
md5sums=('30a198cef839471dd4926e92ab485361')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make || return 1
make DESTDIR=${pkgdir} install || return 1
rm -rf "${pkgdir}/usr/share/info"
rm -f ${pkgdir}/usr/share/info/dir
# conflict with bintuils
rm -f ${pkgdir}/usr/share/info/standards.info
gzip -9 ${pkgdir}/usr/share/info/*
}

View file

@ -0,0 +1,18 @@
infodir=/usr/share/info
filelist=(autoconf.info)
post_install() {
for file in ${filelist[@]}; do
install-info $infodir/$file.gz $infodir/dir 2> /dev/null
done
}
post_upgrade() {
post_install $1
}
pre_remove() {
for file in ${filelist[@]}; do
install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
done
}

View file

@ -4,7 +4,7 @@ pkgname=automake
pkgver=1.11
pkgrel=1
pkgdesc="A GNU tool for automatically creating Makefiles"
arch=('arm')
arch=('i686' 'x86_64' 'arm')
license=('GPL')
url="http://www.gnu.org/software/automake"
groups=('base-devel')