mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
22 lines
657 B
Bash
22 lines
657 B
Bash
# $Id: PKGBUILD 19207 2010-06-21 10:21:00Z ibiru $
|
|
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
|
# Maintainer: Mikko Seppala <t-r-a-y@mbnet.fi>
|
|
_pkgsourcename=libxfixes
|
|
pkgname=lib32-$_pkgsourcename
|
|
pkgver=4.0.5
|
|
pkgrel=2
|
|
pkgdesc="X11 miscellaneous 'fixes' extension library"
|
|
url="http://xorg.freedesktop.org/"
|
|
license=('custom')
|
|
arch=('x86_64')
|
|
groups=('lib32')
|
|
depends=('lib32-libx11')
|
|
source=(http://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=('03a50aa3fca287ca652888a33cb58fd2')
|