xbps-src: updated to 5.
This commit is contained in:
parent
37a33ea75d
commit
d6a8af7e84
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=4
|
version=5
|
||||||
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"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
|
@ -9,11 +9,11 @@ short_desc="The XBPS package system - binary package builder"
|
||||||
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"
|
||||||
checksum=004175bf9bc0db5ac67df4301e74c96598724e91457e08f082dbdcc19e4fc17c
|
checksum=74adb6d382a79e8e444c3cb0b728ca2d49de80792fe3dccd81a54db121ac738b
|
||||||
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 xbps-src, the
|
binary package manager. This package includes xbps-src, the
|
||||||
utility used to build XBPS binary packages from source packages."
|
utility to build XBPS binary packages from source packages."
|
||||||
|
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
conf_files="/etc/xbps/xbps-src.conf"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue