xbps-devel: update for github, fix build.
This commit is contained in:
parent
3bb5c279df
commit
1e7f7b5f00
|
@ -2,7 +2,8 @@
|
||||||
pkgname=xbps-devel
|
pkgname=xbps-devel
|
||||||
version="$(date +%Y%m%d)"
|
version="$(date +%Y%m%d)"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="env LDFLAGS= ./configure"
|
build_wrksrc="xbps"
|
||||||
|
configure_script="LDFLAGS= ./configure"
|
||||||
configure_args="--prefix=/ --includedir=/usr/include
|
configure_args="--prefix=/ --includedir=/usr/include
|
||||||
--datadir=/usr/share --mandir=/usr/share/man --with-pie
|
--datadir=/usr/share --mandir=/usr/share/man --with-pie
|
||||||
--with-external-proplib --with-external-libfetch"
|
--with-external-proplib --with-external-libfetch"
|
||||||
|
@ -29,8 +30,8 @@ Add_dependency run libarchive
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
Add_dependency run libfetch
|
Add_dependency run libfetch
|
||||||
|
|
||||||
|
Add_dependency build git
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build mercurial
|
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
Add_dependency build proplib-devel
|
Add_dependency build proplib-devel
|
||||||
Add_dependency build libarchive-devel
|
Add_dependency build libarchive-devel
|
||||||
|
@ -39,7 +40,7 @@ Add_dependency build libfetch-devel
|
||||||
|
|
||||||
do_fetch()
|
do_fetch()
|
||||||
{
|
{
|
||||||
local url="http://xbps.googlecode.com/hg"
|
local url="git://github.com/xtraeme/xbps"
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
hg clone $url ${pkgname}-${version}
|
cd ${wrksrc} && git clone $url
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue