xbps{,-devel}: simplify.

--HG--
extra : convert_revision : b3ef6fe9a2c6e765a639a3910351ac23c5fcaa2f
This commit is contained in:
Juan RP 2009-12-24 01:38:32 +01:00
parent 84f87ae068
commit e2169c9782
3 changed files with 6 additions and 4 deletions

View file

@ -2,8 +2,8 @@
pkgname=xbps-devel
version="$(date +%Y%m%d)"
build_style=gnu_makefile
make_build_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
make_build_args="PREFIX="
make_install_args="PREFIX="
short_desc="The XBPS package system (development branch)"
maintainer="Juan RP <xtraeme@gmail.com>"
long_desc="

View file

@ -6,6 +6,8 @@ long_desc="${long_desc}
This package contains the static binaries and library, that can be
used on any GNU/Linux distribution matching the architecture."
replaces="xbps-static"
do_install()
{
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib

View file

@ -3,8 +3,8 @@ pkgname=xbps
version=0.3
distfiles="http://launchpad.net/xbps/head/$version/+download/xbps-$version.tar.gz"
build_style=gnu_makefile
make_build_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
make_build_args="PREFIX="
make_install_args="PREFIX="
short_desc="The XBPS package system utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ba9b1964779c78351241a71dc11f5c5a7323c53dd9387adce261cf1d0eb241cf