xbps-git: revbump to fix recent regression.
This commit is contained in:
parent
fcb52a0933
commit
3848c927a9
5 changed files with 5 additions and 24 deletions
|
@ -1,11 +1,8 @@
|
||||||
# Template file for 'libxbps'.
|
# Template file for 'libxbps'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} - runtime library (development files)"
|
short_desc="${short_desc} - runtime library (development files)"
|
||||||
long_desc="${long_desc}
|
depends="zlib-devel proplib-devel confuse-devel libfetch-devel
|
||||||
|
libarchive-devel libxbps>=${version}"
|
||||||
This package contains the libxbps develoment files."
|
|
||||||
|
|
||||||
depends="zlib-devel proplib-devel confuse-devel libfetch-devel libarchive-devel libxbps>=$version"
|
|
||||||
provides="libxbps-devel-${version}"
|
provides="libxbps-devel-${version}"
|
||||||
replaces="libxbps-devel>=0"
|
replaces="libxbps-devel>=0"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
# Template file for 'libxbps'.
|
# Template file for 'libxbps'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} - runtime library"
|
short_desc="${short_desc} - runtime library"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains libxbps, the XBPS runtime shared library."
|
|
||||||
|
|
||||||
provides="libxbps-${version}"
|
provides="libxbps-${version}"
|
||||||
replaces="libxbps>=0 xbps-devel>=0"
|
replaces="libxbps>=0 xbps-devel>=0"
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'xbps-git'
|
# Template file for 'xbps-git'
|
||||||
pkgname=xbps-git
|
pkgname=xbps-git
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=1
|
revision=2
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=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-static --with-tests"
|
--with-static --with-tests"
|
||||||
depends="xbps-triggers libxbps>=${version}"
|
depends="xbps-triggers libxbps>=${version}"
|
||||||
makedepends="git which pkg-config zlib-devel proplib-devel openssl-devel
|
makedepends="git which pkg-config proplib-devel openssl-devel
|
||||||
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"
|
libarchive-devel libfetch-devel confuse-devel atf-devel>=0.16"
|
||||||
conf_files="/etc/xbps/xbps.conf"
|
conf_files="/etc/xbps/xbps.conf"
|
||||||
subpackages="libxbps-git libxbps-devel-git xbps-tests-git xbps-static-git"
|
subpackages="libxbps-git libxbps-devel-git xbps-tests-git xbps-static-git"
|
||||||
|
@ -18,10 +18,6 @@ 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"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
long_desc="
|
|
||||||
The XBPS package system. A new, fast, from scratch and simple
|
|
||||||
binary package manager. This packages includes code from a development
|
|
||||||
branch available from https://github.com/xtraeme/xbps"
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/xtraeme/xbps"
|
local url="git://github.com/xtraeme/xbps"
|
||||||
|
|
|
@ -4,10 +4,6 @@ provides="xbps-static-${version}"
|
||||||
replaces="xbps-static>=0 xbps-devel-static>=0"
|
replaces="xbps-static>=0 xbps-devel-static>=0"
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
short_desc="${sourcepkg} static binaries"
|
short_desc="${sourcepkg} static binaries"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the static binaries and library, that can be
|
|
||||||
used on any GNU/Linux distribution matching the architecture."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/sbin/*.static" usr/sbin
|
vmove "usr/sbin/*.static" usr/sbin
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
# Template file for 'xbps-tests'.
|
# Template file for 'xbps-tests'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} - Kyua testsuite"
|
short_desc="${short_desc} - Kyua testsuite"
|
||||||
long_desc="${long_desc}
|
depends="libxbps>=${version}"
|
||||||
|
|
||||||
This package contains the Kyua testsuite."
|
|
||||||
|
|
||||||
depends="libxbps>=$version"
|
|
||||||
provides="xbps-tests-${version}"
|
provides="xbps-tests-${version}"
|
||||||
replaces="xbps-tests>=0"
|
replaces="xbps-tests>=0"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue