libgta: update to 1.0.9.
This commit is contained in:
parent
647489659f
commit
05c28184b9
2 changed files with 9 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'libgta'
|
# Template file for 'libgta'
|
||||||
pkgname=libgta
|
pkgname=libgta
|
||||||
version=1.0.8
|
version=1.0.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="bzip2-devel liblzma-devel zlib-devel"
|
makedepends="bzip2-devel liblzma-devel zlib-devel"
|
||||||
short_desc="Generic Tagged Arrays"
|
short_desc="Generic Tagged Arrays"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://gta.nongnu.org"
|
homepage="https://marlam.de/gta/"
|
||||||
distfiles="${NONGNU_SITE}/gta/${pkgname}-${version}.tar.xz"
|
distfiles="https://marlam.de/gta/releases/libgta-${version}.tar.xz"
|
||||||
checksum=1d2ff713955eee28310de082a8fd8e236403c27dee3716ba1238c56e6643e4fb
|
checksum=4618028869f39202565722a514777d611f041700a15a8f4bdbec201c3a099892
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Also install the cmake find script
|
#examples only
|
||||||
vinstall cmake/FindGTA.cmake 644 usr/lib/cmake/GTA
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
||||||
libgta-devel_package() {
|
libgta-devel_package() {
|
||||||
|
@ -23,8 +23,8 @@ libgta-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/cmake
|
|
||||||
vmove usr/lib/*.a
|
vmove usr/lib/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/share/libgta/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/libgta/update
Normal file
1
srcpkgs/libgta/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site="https://marlam.de/gta/download/"
|
Loading…
Add table
Add a link
Reference in a new issue