xbps-src: remove; not necessary anymore.

This commit is contained in:
Juan RP 2014-04-28 15:16:37 +02:00
parent 7cd630784e
commit e5c7687dbd
2 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -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}
}