libgexiv2: update to 0.10.0.
This commit is contained in:
parent
45582abb4d
commit
d91f40922a
|
@ -1,24 +1,24 @@
|
|||
# Template file for 'libgexiv2'
|
||||
pkgname=libgexiv2
|
||||
version=0.6.1
|
||||
revision=2
|
||||
version=0.10.0
|
||||
revision=1
|
||||
wrksrc="${pkgname/lib/}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool>=2.4.2_7 pkg-config"
|
||||
makedepends="libglib-devel exiv2-devel"
|
||||
short_desc="GObject-based wrapper around the Exiv2 library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.exiv2.org"
|
||||
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
|
||||
checksum=72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3
|
||||
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
||||
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
||||
checksum=9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031
|
||||
|
||||
libgexiv2-devel_package() {
|
||||
depends="libglib-devel exiv2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/vala
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue