void-packages/srcpkgs/tabbed-git/template
2014-08-20 12:15:48 +00:00

32 lines
829 B
Plaintext

# Template file for 'tabbed-git'
pkgname=tabbed-git
version=20140820
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I. LIBS=-lX11"
hostmakedepends="git"
makedepends="libX11-devel"
provides="tabbed-${version}_${revision}"
replaces="tabbed>=0"
short_desc="Simple generic tabbed fronted to xembed aware applications"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="http://tools.suckless.org/tabbed/"
do_fetch() {
local url="git://git.suckless.org/tabbed"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
pre_build() {
cp ${FILESDIR}/config.h config.h
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/tabbed
}