mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 19:17:16 +08:00
28 lines
967 B
Bash
28 lines
967 B
Bash
|
# $Id: PKGBUILD 18615 2010-06-09 09:06:06Z ibiru $
|
||
|
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||
|
# Maintainer: Mikko SEppala >t-r-a-y@mbnet.fi>
|
||
|
_pkgsourcename=libxext
|
||
|
pkgname=lib32-$_pkgsourcename
|
||
|
pkgver=1.1.2
|
||
|
pkgrel=2
|
||
|
pkgdesc="X11 miscellaneous extensions 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 \
|
||
|
COPYING)
|
||
|
build() {
|
||
|
cd $srcdir
|
||
|
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||
|
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||
|
|
||
|
install -Dm644 $srcdir/COPYING \
|
||
|
$pkgdir/opt/lib32/usr/share/licenses/$_pkgsourcename/COPYING
|
||
|
}
|
||
|
md5sums=('97588c3d32616a60137c43bab68f97d8'
|
||
|
'ce97dd25f113a659fef031e6cfe15b53')
|
||
|
#sha256sums=('82f67548cec8f849df7dcdda724ede8d29e8a46c28559d82d4e50b5d1375e502'
|
||
|
# 'ea0807108067bdfde7581f26759556a1cadb66793a331520d2df3e4f6bb68ae7')
|