mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 09:52:15 +08:00
21 lines
574 B
Bash
21 lines
574 B
Bash
# Contributor: snsotorm <snostormjp@gmail.com>
|
|
|
|
pkgname=lib32-libv4l
|
|
_i686pkgname=libv4l
|
|
pkgver=0.6.4
|
|
pkgrel=1
|
|
pkgdesc="Userspace library for Video 4 Linux (1 and 2)"
|
|
arch=('x86_64')
|
|
url="http://linuxtv.org/hg/v4l-dvb"
|
|
license=('LGPL')
|
|
depends=('lib32-glibc')
|
|
source=(http://chakra-project.org/repo/platform-testing/i686/${_i686pkgname}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
|
md5sums=('3fb0bf29ea065d4c31278cfec6a821a2')
|
|
|
|
build()
|
|
{
|
|
mkdir -p $startdir/pkg/opt/lib32/usr
|
|
rm -rf $startdir/src/usr/lib/pkgconfig
|
|
cp -R $startdir/src/usr/lib $startdir/pkg/opt/lib32/usr/lib
|
|
}
|