Fix random minor issues on zip unzip, whois, apr and libxslt

This commit is contained in:
pancake
2013-03-20 11:05:32 +00:00
parent b670100091
commit f51618102b
5 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ revision=1
short_desc="Apache Portable Runtime Library" short_desc="Apache Portable Runtime Library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc checksum=9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc
home="http://apr.apache.org/" homepage="http://apr.apache.org/"
license="Apache-2.0" license="Apache-2.0"
long_desc=" long_desc="
APR is Apache's Portable Runtime Library, designed to be a support library APR is Apache's Portable Runtime Library, designed to be a support library

View File

@@ -5,7 +5,7 @@ revision=1
subpackages="${pkgname}-devel ${pkgname}-python" subpackages="${pkgname}-devel ${pkgname}-python"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" 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" short_desc="XSLT parser library from the GNOME project"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xmlsoft.org/XSLT/" homepage="http://xmlsoft.org/XSLT/"

View File

@@ -1,6 +1,8 @@
# Template file for 'unzip' # Template file for 'unzip'
pkgname=unzip pkgname=unzip
version=6.0 version=6.0
homepage="http://infozip.sf.net/"
license="BSD"
wrksrc=unzip60 wrksrc=unzip60
distfiles="${SOURCEFORGE_SITE}/infozip/${pkgname}60.tar.gz" distfiles="${SOURCEFORGE_SITE}/infozip/${pkgname}60.tar.gz"
revision=1 revision=1

View File

@@ -1,7 +1,7 @@
# Template file for 'whois' # Template file for 'whois'
pkgname=whois pkgname=whois
version=5.0.19 version=5.0.20
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="prefix=/usr BASEDIR=${XBPS_DESTDIR}/${pkgname}-${version}" make_install_args="prefix=/usr BASEDIR=${XBPS_DESTDIR}/${pkgname}-${version}"
make_install_target="install-whois" make_install_target="install-whois"
@@ -11,7 +11,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.linux.it/~md/software" homepage="http://www.linux.it/~md/software"
license="GPL-2" license="GPL-2"
distfiles="http://ftp.debian.org/debian/pool/main/w/${pkgname}/${pkgname}_${version}.tar.xz" distfiles="http://ftp.debian.org/debian/pool/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
checksum=6fc08910aefe10c3855e12eb400e8b8d5d5c7cf174bd716baf191e3a2d25854a checksum=818332954643626b8a44670746185cf7fc7a862195b46c01e10df1c3f82d8ecf
long_desc=" long_desc="
whois is an improved whois client. It is part of Debian, Mandriva, SuSE, PLD whois is an improved whois client. It is part of Debian, Mandriva, SuSE, PLD
and other Linux distributions." and other Linux distributions."

View File

@@ -1,6 +1,7 @@
# Template build file for 'zip'. # Template build file for 'zip'.
pkgname=zip pkgname=zip
version=3.0 version=3.0
license="BSD"
distfiles="${SOURCEFORGE_SITE}/infozip/zip30.tar.gz" distfiles="${SOURCEFORGE_SITE}/infozip/zip30.tar.gz"
homepage="http://infozip.sf.net/" homepage="http://infozip.sf.net/"
wrksrc="zip30" wrksrc="zip30"