libtar: add missing license.
This commit is contained in:
parent
d31a914152
commit
f3df79771c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libtar'
|
||||
pkgname=libtar
|
||||
version=1.2.20
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -13,6 +13,10 @@ homepage="http://www.feep.net/libtar/"
|
|||
distfiles="ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/libtar-${version}.tar.gz"
|
||||
checksum=43c5f50e6b4398c8be35d6f3abee26064c3f26174715b60004576792e3283353
|
||||
|
||||
post_install() {
|
||||
vlicense COPYRIGHT
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue