New package: libgeotiff-1.7.1
This commit is contained in:
parent
c9089a80ec
commit
43f6fa8283
@ -4269,3 +4269,6 @@ libgrass_vector.8.3.so grass-8.3.0_1
|
||||
libvpl.so.2 oneVPL-2023.3.1_1
|
||||
libusrsctp.so.2 usrsctp-0.9.5.0_1
|
||||
libdatachannel.so.0.19.1 libdatachannel-0.19.1_1
|
||||
libgeotiff.so.5 libgeotiff-1.7.1_1
|
||||
libpdal_base.so.15 libpdal-2.5.6_1
|
||||
libpdal_util.so.15 libpdal-2.5.6_1
|
||||
|
1
srcpkgs/libgeotiff-devel
Symbolic link
1
srcpkgs/libgeotiff-devel
Symbolic link
@ -0,0 +1 @@
|
||||
libgeotiff
|
30
srcpkgs/libgeotiff/template
Normal file
30
srcpkgs/libgeotiff/template
Normal file
@ -0,0 +1,30 @@
|
||||
# Template file for 'libgeotiff'
|
||||
pkgname=libgeotiff
|
||||
version=1.7.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="proj-devel tiff-devel sqlite-devel"
|
||||
short_desc="TIFF based interchange format for georeferenced raster imagery"
|
||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/OSGeo/libgeotiff"
|
||||
distfiles="https://github.com/OSGeo/libgeotiff/releases/download/${version}/libgeotiff-${version}.tar.gz"
|
||||
checksum=05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vmkdir usr/share/doc/libgeotiff
|
||||
mv $DESTDIR/usr/doc/ $DESTDIR/usr/share/doc/libgeotiff/
|
||||
}
|
||||
|
||||
libgeotiff-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/cmake
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user