xbps-src: remove; not necessary anymore.
This commit is contained in:
parent
7cd630784e
commit
e5c7687dbd
|
@ -1,7 +0,0 @@
|
||||||
case "${ACTION}" in
|
|
||||||
post)
|
|
||||||
# Setup correct permissions to the chroot helper.
|
|
||||||
chgrp xbuilder usr/libexec/xbps-src-chroot-helper
|
|
||||||
chmod 4750 usr/libexec/xbps-src-chroot-helper
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,20 +0,0 @@
|
||||||
# Template file for 'xbps-src'
|
|
||||||
pkgname=xbps-src
|
|
||||||
version=20140319
|
|
||||||
revision=1
|
|
||||||
bootstrap=yes
|
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
|
||||||
depends="bash xbps>=0.33 fakeroot"
|
|
||||||
build_style=gnu-makefile
|
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
|
||||||
short_desc="The XBPS package system - binary package builder"
|
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
||||||
homepage="https://github.com/voidlinux/xbps-src"
|
|
||||||
license="Simplified BSD"
|
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
local url="git://github.com/xtraeme/xbps-src"
|
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
Loading…
Reference in New Issue