23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
17 lines
608 B
Text
17 lines
608 B
Text
# Template file for 'libdvdcss'
|
|
pkgname=libdvdcss
|
|
version=1.2.10
|
|
revision=1
|
|
distfiles="http://download.videolan.org/pub/$pkgname/$version/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="Simple library designed for accessing DVDs"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=2394a75013ab66b592d8c91d53529ede392bc9faee37fe279bd29b455eff2220
|
|
long_desc="
|
|
libdvdcss is a simple library designed for accessing DVDs like a block device
|
|
without having to bother about the decryption.
|
|
|
|
This library is used by libdvdread via dlopen()."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|