xmlstarlet: rebuild for metadata
This commit is contained in:
parent
09028218df
commit
de5dad2c66
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xmlstarlet'
|
# Template file for 'xmlstarlet'
|
||||||
pkgname=xmlstarlet
|
pkgname=xmlstarlet
|
||||||
version=1.6.1
|
version=1.6.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libxml-prefix=$XBPS_CROSS_BASE/usr
|
configure_args="--with-libxml-prefix=$XBPS_CROSS_BASE/usr
|
||||||
--with-libxslt-prefix=$XBPS_CROSS_BASE/usr"
|
--with-libxslt-prefix=$XBPS_CROSS_BASE/usr"
|
||||||
|
@ -10,5 +10,9 @@ short_desc="Command line utilities to transform, query, validate, and edit XML"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xmlstar.sourceforge.net/"
|
homepage="http://xmlstar.sourceforge.net/"
|
||||||
distfiles="$SOURCEFORGE_SITE/xmlstar/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/xmlstar/xmlstarlet/${version}/xmlstarlet-${version}.tar.gz"
|
||||||
checksum=15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca
|
checksum=15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue