mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 05:37:48 +08:00
removed lib32-libdrm
This commit is contained in:
parent
01a544d76f
commit
4290483497
@ -1,22 +0,0 @@
|
||||
# $Id: PKGBUILD 19198 2010-06-21 10:14:24Z ibiru $
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=libdrm
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=2.4.22
|
||||
pkgrel=1
|
||||
pkgdesc="Userspace interface to kernel DRM services"
|
||||
url="http://dri.freedesktop.org/"
|
||||
license=('custom')
|
||||
arch=('x86_64')
|
||||
groups=('lib32')
|
||||
depends=('lib32-glibc')
|
||||
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=('9de1cf04effd54592eb534495c319e1f')
|
Loading…
Reference in New Issue
Block a user