New package: dwb-2014.03.07.

This commit is contained in:
Eivind Uggedal 2014-10-14 14:12:10 +00:00
parent ba1445c54e
commit 112748a658
1 changed files with 18 additions and 0 deletions

18
srcpkgs/dwb/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'dwb'
pkgname=dwb
version=2014.03.07
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="webkit-gtk-devel libsoup-devel gnutls-devel json-c-devel"
short_desc="Lightweight web browser based on WebKit/GTK+"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="http://portix.bitbucket.org/dwb"
distfiles="https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
checksum=bfbe3e366b27c969876f9ee7954f138b1d49a270aa84a14ce43e01591ab69b62
pre_build() {
# Remove BSD_SOURCE warning
sed -i 's|-D_BSD_SOURCE|-D_DEFAULT_SOURCE|g' config.mk
}