mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
xbps-src: update to 31.
This commit is contained in:
parent
11fcd932ae
commit
dd62fbfc2d
3 changed files with 5 additions and 15 deletions
|
@ -1,6 +0,0 @@
|
||||||
case ${ACTION} in
|
|
||||||
post)
|
|
||||||
# Sets up required capabilities on helpers.
|
|
||||||
usr/sbin/xbps-src setcaps
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=29
|
version=31
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs"
|
depends="gcc-c++ make bison gettext texinfo patch perl fakeroot xbps"
|
||||||
makedepends="libcap-devel"
|
|
||||||
fulldepends="git"
|
fulldepends="git"
|
||||||
replaces="xbps-src>=0"
|
replaces="xbps-src>=0"
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
conf_files="/etc/xbps/xbps-src.conf"
|
||||||
|
@ -15,8 +15,6 @@ 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"
|
||||||
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
|
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
|
||||||
checksum=54216bda8bc20e3062fe60acddd8ec88f82aa886f235fbee663731c972a225e3
|
checksum=c025e81b26d92900f3b63f1339fe2819ac81a9cec6dba37862577c057f79ac49
|
||||||
long_desc="
|
long_desc="
|
||||||
The XBPS package system. A new, fast, from scratch and simple
|
xbps-src is the xbps binary package builder."
|
||||||
binary package manager. This package includes xbps-src, the
|
|
||||||
utility to build XBPS binary packages from source packages."
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
libcap.so.2
|
|
||||||
libc.so.6
|
|
Loading…
Add table
Reference in a new issue