mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 15:37:15 +08:00
20 lines
575 B
Bash
20 lines
575 B
Bash
# Maintainer: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
|
# Contributor: Jakub Schmidtke <sjakub-at-gmail.com>
|
|
|
|
pkgname=lib32-libxv
|
|
pkgver=1.0.5
|
|
pkgrel=1
|
|
pkgdesc="X11 Video extension library"
|
|
arch=('x86_64')
|
|
url="http://xorg.freedesktop.org/"
|
|
license=('GPL')
|
|
depends=('lib32-libxext' 'videoproto')
|
|
groups=('lib32')
|
|
source=(http://chakra-project.org/repo/platform-testing/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
|
|
|
build() {
|
|
mkdir -p $pkgdir/opt/lib32/usr/lib
|
|
cp -rPf $srcdir/usr/lib/*.so* $pkgdir/opt/lib32/usr/lib/
|
|
}
|
|
md5sums=('5d6b675ee86895185845e76835f00486')
|