{s,u}base-git: removed; unlikely that we'll use them.
This commit is contained in:
parent
b44d2c6a22
commit
8385d3dc5d
2 changed files with 0 additions and 63 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'sbase-git'
|
||||
pkgname=sbase-git
|
||||
version=20140919
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
short_desc="Suckless unix tools"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="http://tools.suckless.org/sbase"
|
||||
conflicts="coreutils>=0 base-system-busybox>=0"
|
||||
provides="sbase-${version}_${revision}"
|
||||
replaces="sbase>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://git.suckless.org/sbase"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
LD=$CC
|
||||
sed -i 's|^CPPFLAGS = -D_BSD_SOURCE|CPPFLAGS += -D_DEFAULT_SOURCE|g' config.mk
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/sbase
|
||||
vinstall README 644 usr/share/doc/sbase
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
# Template file for 'ubase-git'
|
||||
pkgname=ubase-git
|
||||
version=20140920
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="git"
|
||||
short_desc="Suckless linux base utils"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="http://tools.suckless.org/ubase"
|
||||
provides="ubase-${version}_${revision}"
|
||||
replaces="ubase>=0"
|
||||
|
||||
conflicts="base-system-busybox>=0 coreutils>=0 util-linux>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://git.suckless.org/ubase"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
LD=$CC
|
||||
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk
|
||||
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
|
||||
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/ubase
|
||||
vinstall README 644 usr/share/doc/ubase
|
||||
}
|
Loading…
Reference in a new issue