updated on Thu Jan 12 00:00:55 UTC 2012
[aur-mirror.git] / emul32-qtlibs / PKGBUILD
blobaf364573f1f52336f32c8c71ac4875ebdc1611d1
1 # Contributor: Enrico Morelli <morelli@cerm.unifi.it>
2 pkgname=emul32-qtlibs
3 pkgver=3.4.4
4 pkgrel=3
5 pkgdesc="Gentoo multilib QT 3"
6 arch=(i686)
7 url="http://www.gentoo.org"
8 license=('GPL')
9 groups=emul32
10 depends=('emul32-xlibs' 'emul32-baselibs')
11 install=(emul32.install)
12 source=(ftp://ftp.ibiblio.org/pub/linux/distributions/gentoo/distfiles/emul-linux-x86-qtlibs-immqt-${pkgver}.tar.bz2 '~emul32-qt.sh')
13 md5sums=('0184a38bd9a99985a8e652c760b193d4' 'f61a5a26544600636ee97871c0ba3337')
15 build() {
16   cd $startdir/src
17   rm *.tar.bz2
18   mkdir -p $startdir/pkg/etc/profile.d
19   # Beginning name with ~ to make sure we're last (we want to be after qt.sh)
20   # Too bad there's no "10qt", "20gtk", etc. in our profile.d like in Gentoo.
21   # But ~ is after all alphanumeric characters so we should be fine.
22   mv ~emul32-qt.sh $startdir/pkg/etc/profile.d
23   cp -RPf $startdir/src/* $startdir/pkg