2014-04-22 20:13:24 +00:00
|
|
|
|
# Template file for 'sinit'
|
|
|
|
|
pkgname=sinit
|
2014-08-20 12:12:35 +00:00
|
|
|
|
version=0.9.1
|
2014-09-19 19:02:09 +00:00
|
|
|
|
revision=2
|
2014-04-22 20:13:24 +00:00
|
|
|
|
build_style=gnu-makefile
|
|
|
|
|
short_desc="A simple init, initially based on Rich Felker’s minimal init"
|
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
|
license="MIT"
|
|
|
|
|
homepage="http://tools.suckless.org/sinit/"
|
|
|
|
|
distfiles="http://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
2014-08-20 12:12:35 +00:00
|
|
|
|
checksum=bdd21334b263611cf7d481e3ce9e57a16285fa9155869d877e5c33744ae324cd
|
2014-04-22 20:13:24 +00:00
|
|
|
|
|
|
|
|
|
pre_build() {
|
|
|
|
|
LD=$CC
|
|
|
|
|
cp ${FILESDIR}/config.h config.h
|
2014-08-03 13:00:56 +00: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 20:13:24 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
post_install() {
|
2014-07-05 16:37:51 +00:00
|
|
|
|
vlicense LICENSE
|
|
|
|
|
vdoc README
|
2014-04-22 20:13:24 +00:00
|
|
|
|
}
|