mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
xbps-src: replaces any virtual xbps-src pkg.
This commit is contained in:
parent
b544e386c8
commit
356fafb059
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=17
|
version=17
|
||||||
|
revision=1
|
||||||
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"
|
||||||
|
@ -15,9 +16,9 @@ long_desc="
|
||||||
binary package manager. This package includes xbps-src, the
|
binary package manager. This package includes xbps-src, the
|
||||||
utility to build XBPS binary packages from source packages."
|
utility to build XBPS binary packages from source packages."
|
||||||
|
|
||||||
|
replaces="xbps-src>=0"
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
conf_files="/etc/xbps/xbps-src.conf"
|
||||||
|
|
||||||
|
|
||||||
Add_dependency full gcc-c++
|
Add_dependency full gcc-c++
|
||||||
Add_dependency full make
|
Add_dependency full make
|
||||||
Add_dependency full bison
|
Add_dependency full bison
|
||||||
|
|
Loading…
Add table
Reference in a new issue