mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 09:52:15 +08:00
23 lines
701 B
Bash
23 lines
701 B
Bash
# $Id: PKGBUILD 13793 2010-03-27 17:20:37Z ibiru $
|
|
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
|
# Contributor: Mikko Seppala <t-r-a-y@mbnet.fi>
|
|
# Maintainer: Biru Ionut <ionut@archlinux.ro>
|
|
_pkgsourcename=libxt
|
|
pkgname=lib32-$_pkgsourcename
|
|
pkgver=1.0.8
|
|
pkgrel=2
|
|
pkgdesc="X11 toolkit intrinsics library"
|
|
url="http://xorg.freedesktop.org/"
|
|
license=('custom')
|
|
arch=('x86_64')
|
|
groups=('lib32')
|
|
depends=('lib32-libsm' '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=('9bc06a82575b9508e5f92e0fbe3ed6b5')
|