29 lines
709 B
Text
Executable file
29 lines
709 B
Text
Executable file
app=libgexiv2
|
|
version=0.10.3
|
|
build=1sml
|
|
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
|
download="https://gitlab.gnome.org/GNOME/gexiv2/-/archive/gexiv2-0.10.3/gexiv2-gexiv2-0.10.3.tar.bz2"
|
|
desc="GObject wrapper around Exiv2 library"
|
|
requires="exiv2 glib gobject-introspection vala "
|
|
|
|
build() {
|
|
mkandenterbuilddir
|
|
rm -rf gexiv2-$version
|
|
|
|
tar xf $srcdir/gexiv2-$version.tar.?z*
|
|
cd gexiv2-$version
|
|
fixbuilddirpermissions
|
|
|
|
./configure \
|
|
--prefix=""
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
sha512sums="
|
|
05bef568b70238c8be209737de39a660f36f8b6b4ae5766503c28c58befb87d163190d91dc832a1f3bceb690c50eadac95e5c77ec39eee939ae8b9451141e076 gexiv2-0.10.3.tar.lz
|
|
"
|