xbps-devel: misc cosmetic changes.
This commit is contained in:
parent
4b0bdfc8c3
commit
6a187c429b
|
@ -1,11 +1,16 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps-devel
|
||||
version="$(date -u +%Y%m%d)"
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
build_style=configure
|
||||
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
|
||||
--with-pie --with-tests"
|
||||
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-pie --with-tests"
|
||||
depends="xbps-triggers"
|
||||
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel libarchive-devel libfetch-devel confuse-devel atf-devel"
|
||||
conf_files="/etc/xbps/xbps.conf"
|
||||
subpackages="$pkgname-static"
|
||||
provides="xbps-9999"
|
||||
replaces="xbps>=0"
|
||||
short_desc="The XBPS package system (development branch)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
|
@ -15,16 +20,6 @@ long_desc="
|
|||
binary package manager. This packages includes code from a development
|
||||
branch available from https://github.com/xtraeme/xbps"
|
||||
|
||||
build_requires=11
|
||||
conf_files="/etc/xbps/xbps.conf"
|
||||
subpackages="$pkgname-static"
|
||||
provides="xbps-9999"
|
||||
replaces="xbps>=0"
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
|
||||
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/xtraeme/xbps"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Template file for 'xbps-devel-static'.
|
||||
#
|
||||
provides="xbps-static-9999"
|
||||
replaces="xbps-static>=0"
|
||||
depends="xbps-triggers"
|
||||
short_desc="${sourcepkg} static binaries"
|
||||
long_desc="${long_desc}
|
||||
|
@ -7,10 +9,6 @@ long_desc="${long_desc}
|
|||
This package contains the static binaries and library, that can be
|
||||
used on any GNU/Linux distribution matching the architecture."
|
||||
|
||||
provides="xbps-static-9999"
|
||||
replaces="xbps-static>=0"
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/sbin/*.static" usr/sbin
|
||||
|
|
Loading…
Reference in New Issue