mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-14 08:29:03 +08:00
23 lines
691 B
Bash
23 lines
691 B
Bash
|
# $Id: PKGBUILD 1885 2009-09-05 21:16:50Z ibiru $
|
|||
|
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
|||
|
# Contributor: Mikko Sepp<70>l<EFBFBD> <t-r-a-y@mbnet.fi>
|
|||
|
# Maintainer: Biru Ionut <ionut@archlinux.ro>
|
|||
|
_pkgsourcename=libice
|
|||
|
pkgname=lib32-$_pkgsourcename
|
|||
|
pkgver=1.0.7
|
|||
|
pkgrel=1
|
|||
|
pkgdesc="X11 Inter-Client Exchange library"
|
|||
|
url="http://xorg.freedesktop.org/"
|
|||
|
license=('custom')
|
|||
|
arch=(x86_64)
|
|||
|
groups=('lib32')
|
|||
|
depends=('lib32-glibc')
|
|||
|
source=(http://www.chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
|||
|
|
|||
|
build() {
|
|||
|
cd $srcdir
|
|||
|
mkdir -p $pkgdir/opt/lib32/usr/lib
|
|||
|
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
|||
|
}
|
|||
|
md5sums=('b92d1e54ba411cf6b107ded43ac89b0d')
|