View difference between Paste ID: KQ7s1Wpp and
SHOW: | | - or go back to the newest paste.
1-
1+
_pkgsourcename=hal
2
pkgname=lib32-$_pkgsourcename
3
pkgver=0.5.14
4
pkgrel=5
5
pkgrel32=6
6
pkgdesc="Hardware Abstraction Layer (32 bit)"
7
arch=('x86_64')
8
license=('GPL' 'custom')
9
url="http://www.freedesktop.org/wiki/Software/hal"
10
depends=('lib32-dbus-glib')
11
source=(ftp://ftp.archlinux.org/extra/os/i686/${_pkgsourcename}-${pkgver}-${pkgrel32}-i686.pkg.tar.xz)
12
md5sums=('6ebd5b6358b6060deb43cea7935fdc8d')
13
14
package() {
15
        cd $srcdir
16
        mkdir -p $pkgdir/usr/lib32 \
17
        	 $pkgdir/usr/share/licenses/$pkgname
18
        cp -dp usr/lib/*.so* $pkgdir/usr/lib32
19
        cp -rPf usr/share/licenses/$_pkgsourcename/COPYING \
20
	        		$pkgdir/usr/share/licenses/$pkgname
21
}