xbps{,-devel}: simplify.
--HG-- extra : convert_revision : b3ef6fe9a2c6e765a639a3910351ac23c5fcaa2f
This commit is contained in:
parent
84f87ae068
commit
e2169c9782
3 changed files with 6 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
pkgname=xbps-devel
|
pkgname=xbps-devel
|
||||||
version="$(date +%Y%m%d)"
|
version="$(date +%Y%m%d)"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_build_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
|
make_build_args="PREFIX="
|
||||||
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
|
make_install_args="PREFIX="
|
||||||
short_desc="The XBPS package system (development branch)"
|
short_desc="The XBPS package system (development branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
long_desc="
|
long_desc="
|
||||||
|
|
|
@ -6,6 +6,8 @@ long_desc="${long_desc}
|
||||||
This package contains the static binaries and library, that can be
|
This package contains the static binaries and library, that can be
|
||||||
used on any GNU/Linux distribution matching the architecture."
|
used on any GNU/Linux distribution matching the architecture."
|
||||||
|
|
||||||
|
replaces="xbps-static"
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
|
||||||
|
|
|
@ -3,8 +3,8 @@ pkgname=xbps
|
||||||
version=0.3
|
version=0.3
|
||||||
distfiles="http://launchpad.net/xbps/head/$version/+download/xbps-$version.tar.gz"
|
distfiles="http://launchpad.net/xbps/head/$version/+download/xbps-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
make_build_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
|
make_build_args="PREFIX="
|
||||||
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version PREFIX="
|
make_install_args="PREFIX="
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ba9b1964779c78351241a71dc11f5c5a7323c53dd9387adce261cf1d0eb241cf
|
checksum=ba9b1964779c78351241a71dc11f5c5a7323c53dd9387adce261cf1d0eb241cf
|
||||||
|
|
Loading…
Reference in a new issue