libdvdcss: remove long_desc.
This commit is contained in:
parent
09f08fca9c
commit
60e7871985
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdvdcss'
|
||||
pkgname=libdvdcss
|
||||
version=1.2.13
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
short_desc="Simple library designed for accessing DVDs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,16 +9,14 @@ license="GPL-2"
|
|||
homepage="http://www.videolan.org"
|
||||
distfiles="http://download.videolan.org/pub/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||
checksum=84f1bba6cfef1df87f774fceaefc8e73c4cda32e8f6700b224ad0acb5511ba2c
|
||||
long_desc="
|
||||
libdvdcss is a simple library designed for accessing DVDs like a block device
|
||||
without having to bother about the decryption."
|
||||
|
||||
libdvdcss-devel_package() {
|
||||
depends="libdvdcss>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue