mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
xbps: update to 0.6.0.
This commit is contained in:
parent
0af8b24304
commit
15b80cc6ed
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.5.2.2
|
version=0.6.0
|
||||||
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
distfiles="http://xbps.googlecode.com/files/xbps-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=configure
|
||||||
make_install_args="PREFIX= MANDIR=/usr/share/man INCLUDEDIR=/usr/include"
|
configure_args="--prefix=/ --includedir=/usr/include
|
||||||
|
--datadir=/usr/share --mandir=/usr/share/man --with-pie"
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=39cffedd1c03f7c80fee1d3db63ea9ef4a592c96a567e3ff0c0441bb4a893b19
|
checksum=92edd5fb08d2167a7317cd1014cfda9b4fef6bf1d24632b43d15e613bc996b8e
|
||||||
long_desc="
|
long_desc="
|
||||||
The XBPS package system. A new, fast, from scratch and simple
|
The XBPS package system. A new, fast, from scratch and simple
|
||||||
binary package manager. This package includes the binary utilities
|
binary package manager. This package includes the binary utilities
|
||||||
|
@ -18,6 +19,7 @@ Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run libarchive
|
Add_dependency run libarchive
|
||||||
Add_dependency run openssl
|
Add_dependency run openssl
|
||||||
|
Add_dependency build pkg-config
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build libarchive-devel
|
Add_dependency build libarchive-devel
|
||||||
Add_dependency build openssl-devel
|
Add_dependency build openssl-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue