Fix random minor issues on zip unzip, whois, apr and libxslt
This commit is contained in:
parent
b670100091
commit
f51618102b
5 changed files with 8 additions and 5 deletions
|
@ -10,7 +10,7 @@ revision=1
|
|||
short_desc="Apache Portable Runtime Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc
|
||||
home="http://apr.apache.org/"
|
||||
homepage="http://apr.apache.org/"
|
||||
license="Apache-2.0"
|
||||
long_desc="
|
||||
APR is Apache's Portable Runtime Library, designed to be a support library
|
||||
|
|
|
@ -5,7 +5,7 @@ revision=1
|
|||
subpackages="${pkgname}-devel ${pkgname}-python"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="python-devel libxml2-devel libgcrypt-devel libgpg-error-devel"
|
||||
makedepends="python-devel libxml2-devel libgcrypt-devel"
|
||||
short_desc="XSLT parser library from the GNOME project"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xmlsoft.org/XSLT/"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# Template file for 'unzip'
|
||||
pkgname=unzip
|
||||
version=6.0
|
||||
homepage="http://infozip.sf.net/"
|
||||
license="BSD"
|
||||
wrksrc=unzip60
|
||||
distfiles="${SOURCEFORGE_SITE}/infozip/${pkgname}60.tar.gz"
|
||||
revision=1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'whois'
|
||||
pkgname=whois
|
||||
version=5.0.19
|
||||
revision=2
|
||||
version=5.0.20
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr BASEDIR=${XBPS_DESTDIR}/${pkgname}-${version}"
|
||||
make_install_target="install-whois"
|
||||
|
@ -11,7 +11,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
|||
homepage="http://www.linux.it/~md/software"
|
||||
license="GPL-2"
|
||||
distfiles="http://ftp.debian.org/debian/pool/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||
checksum=6fc08910aefe10c3855e12eb400e8b8d5d5c7cf174bd716baf191e3a2d25854a
|
||||
checksum=818332954643626b8a44670746185cf7fc7a862195b46c01e10df1c3f82d8ecf
|
||||
long_desc="
|
||||
whois is an improved whois client. It is part of Debian, Mandriva, SuSE, PLD
|
||||
and other Linux distributions."
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'zip'.
|
||||
pkgname=zip
|
||||
version=3.0
|
||||
license="BSD"
|
||||
distfiles="${SOURCEFORGE_SITE}/infozip/zip30.tar.gz"
|
||||
homepage="http://infozip.sf.net/"
|
||||
wrksrc="zip30"
|
||||
|
|
Loading…
Reference in a new issue