void-packages/srcpkgs/sinit/template

26 lines
689 B
Plaintext
Raw Normal View History

2014-04-22 22:13:24 +02:00
# Template file for 'sinit'
pkgname=sinit
version=0.9
2014-08-03 15:00:56 +02:00
revision=3
2014-04-22 22:13:24 +02:00
build_style=gnu-makefile
replaces="sinit>=0"
short_desc="A simple init, initially based on Rich Felkers minimal init"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://tools.suckless.org/sinit/"
distfiles="http://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=2d963e558ae272564c1360b8318e425aa6a69011d562b8e625860f363f8217af
pre_build() {
LD=$CC
cp ${FILESDIR}/config.h config.h
2014-08-03 15:00:56 +02:00
sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk
sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk
sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk
2014-04-22 22:13:24 +02:00
}
post_install() {
2014-07-05 18:37:51 +02:00
vlicense LICENSE
vdoc README
2014-04-22 22:13:24 +02:00
}