2010-05-18 22:39:29 +08:00
|
|
|
pkgname=libdvdcss
|
2015-12-29 18:41:30 +08:00
|
|
|
pkgver=1.4.0
|
2010-05-18 22:39:29 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption."
|
2013-03-15 03:54:09 +08:00
|
|
|
arch=('x86_64')
|
2010-05-18 22:39:29 +08:00
|
|
|
license=('GPL')
|
|
|
|
depends=('glibc')
|
2015-01-28 17:44:19 +08:00
|
|
|
options=('!libtool' '!emptydirs')
|
2013-03-15 03:54:09 +08:00
|
|
|
source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
2015-12-29 18:41:30 +08:00
|
|
|
sha1sums=('4872a7c7e5c170c6c1787573b2f900b36a1ba974')
|
2010-05-18 22:39:29 +08:00
|
|
|
|
|
|
|
build() {
|
2011-12-20 20:53:53 +08:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
make DESTDIR="$pkgdir" install
|
2010-05-18 22:39:29 +08:00
|
|
|
}
|