tidy: include license.
This commit is contained in:
parent
3b9d3fa02f
commit
7cb3299551
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tidy'
|
# Template file for 'tidy'
|
||||||
pkgname=tidy
|
pkgname=tidy
|
||||||
version=1.46
|
version=1.46
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc=tidyhtml-${version}
|
wrksrc=tidyhtml-${version}
|
||||||
build_wrksrc=${pkgname}
|
build_wrksrc=${pkgname}
|
||||||
hostmakedepends="libtool automake"
|
hostmakedepends="libtool automake"
|
||||||
|
@ -17,6 +17,10 @@ pre_configure() {
|
||||||
sh build/gnuauto/setup.sh
|
sh build/gnuauto/setup.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense htmldoc/license.html
|
||||||
|
}
|
||||||
|
|
||||||
tidy-devel_package() {
|
tidy-devel_package() {
|
||||||
depends="tidy>=${version}_${revision}"
|
depends="tidy>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue