xbps{,-devel}: simplify.
--HG-- extra : convert_revision : b3ef6fe9a2c6e765a639a3910351ac23c5fcaa2f
This commit is contained in:
@@ -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="
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user