xbps-devel: misc cosmetic changes.
This commit is contained in:
parent
4b0bdfc8c3
commit
6a187c429b
2 changed files with 9 additions and 16 deletions
|
@ -1,11 +1,16 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps-devel
|
pkgname=xbps-devel
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
|
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin --with-pie --with-tests"
|
||||||
--with-pie --with-tests"
|
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel libarchive-devel libfetch-devel confuse-devel atf-devel"
|
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)"
|
short_desc="The XBPS package system (development branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/xbps"
|
homepage="http://code.google.com/p/xbps"
|
||||||
|
@ -15,16 +20,6 @@ long_desc="
|
||||||
binary package manager. This packages includes code from a development
|
binary package manager. This packages includes code from a development
|
||||||
branch available from https://github.com/xtraeme/xbps"
|
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() {
|
do_fetch() {
|
||||||
local url="git://github.com/xtraeme/xbps"
|
local url="git://github.com/xtraeme/xbps"
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Template file for 'xbps-devel-static'.
|
# Template file for 'xbps-devel-static'.
|
||||||
#
|
#
|
||||||
|
provides="xbps-static-9999"
|
||||||
|
replaces="xbps-static>=0"
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
short_desc="${sourcepkg} static binaries"
|
short_desc="${sourcepkg} static binaries"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
@ -7,10 +9,6 @@ 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."
|
||||||
|
|
||||||
provides="xbps-static-9999"
|
|
||||||
replaces="xbps-static>=0"
|
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/sbin/*.static" usr/sbin
|
vmove "usr/sbin/*.static" usr/sbin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue