New package: libredwg-0.9
This commit is contained in:
parent
8d7e3cec5b
commit
810f3126e1
4 changed files with 36 additions and 0 deletions
|
@ -3664,3 +3664,4 @@ librte_metrics.so.1 dpdk-19.08_1
|
|||
librte_cryptodev.so.8 dpdk-19.08_1
|
||||
librte_rawdev.so.1 dpdk-19.08_1
|
||||
librte_kni.so.2 dpdk-19.08_1
|
||||
libredwg.so.0 libredwg-0.9_1
|
||||
|
|
1
srcpkgs/libredwg-devel
Symbolic link
1
srcpkgs/libredwg-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libredwg
|
1
srcpkgs/libredwg-tools
Symbolic link
1
srcpkgs/libredwg-tools
Symbolic link
|
@ -0,0 +1 @@
|
|||
libredwg
|
33
srcpkgs/libredwg/template
Normal file
33
srcpkgs/libredwg/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'libredwg'
|
||||
pkgname=libredwg
|
||||
version=0.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-bindings"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="pcre2-devel"
|
||||
short_desc="Free library to handle DWG files"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/libredwg/"
|
||||
distfiles="$GNU_SITE/libredwg/libredwg-${version}.tar.xz"
|
||||
checksum=954f74753860315eb313a3bbb83bf7e5ad03e84bd10408cc629ff2e4e4b3fd46
|
||||
|
||||
libredwg-tools_package() {
|
||||
short_desc+=" - utilities"
|
||||
pkg_install() {
|
||||
vmove usr/bin
|
||||
vmove usr/share/man/man1
|
||||
}
|
||||
}
|
||||
|
||||
libredwg-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*a"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue