libraw1394: update to 2.1.1.
This commit is contained in:
parent
9f6b21d03e
commit
a2332284ff
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'libraw1394'
|
# Template file for 'libraw1394'
|
||||||
pkgname=libraw1394
|
pkgname=libraw1394
|
||||||
version=2.1.0
|
version=2.1.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Provides an API to the Linux IEEE1394 (FireWire) driver"
|
short_desc="Provides an API to the Linux IEEE1394 (FireWire) driver"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
|
homepage="https://ieee1394.wiki.kernel.org/index.php/Main_Page"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${KERNEL_SITE}/libs/ieee1394/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/libs/ieee1394/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0b3126d8158d156de9da2ff4d861c47857acc4318a7ac260258015a22071964f
|
checksum=1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9
|
||||||
|
|
||||||
libraw1394-devel_package() {
|
libraw1394-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
@ -20,7 +20,6 @@ libraw1394-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libraw1394-progs_package() {
|
libraw1394-progs_package() {
|
||||||
short_desc+=" - utilities"
|
short_desc+=" - utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue