New package: wimlib-1.12.0

This commit is contained in:
Andrew Benson 2018-08-02 09:35:57 -05:00 committed by maxice8
parent ed3137d661
commit 8c4d680e6d
2 changed files with 25 additions and 0 deletions

1
srcpkgs/wimlib-devel Symbolic link
View File

@ -0,0 +1 @@
wimlib

24
srcpkgs/wimlib/template Normal file
View File

@ -0,0 +1,24 @@
# Template file for 'wimlib'
pkgname=wimlib
version=1.12.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libxml2-devel ntfs-3g-devel"
short_desc="Create, extract, and modify Windows Imaging archives"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://wimlib.net/"
distfiles="${homepage}/downloads/wimlib-${version}.tar.gz"
checksum=852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f
wimlib-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
vmove usr/include
vmove usr/lib/pkgconfig
}
}