New package: dunst-1.1.0.
This commit is contained in:
parent
70e4ac787b
commit
10905c8193
1 changed files with 23 additions and 0 deletions
23
srcpkgs/dunst/template
Normal file
23
srcpkgs/dunst/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'dunst'
|
||||||
|
pkgname=dunst
|
||||||
|
version=1.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
hostmakedepends="pkg-config perl"
|
||||||
|
makedepends="dbus-devel libXinerama-devel libXft-devel libXScrnSaver-devel
|
||||||
|
libxdg-basedir-devel pango-devel"
|
||||||
|
short_desc="Lightweight and customizable notification daemon"
|
||||||
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://knopwob.org/dunst"
|
||||||
|
distfiles="http://knopwob.org/public/dunst-release/dunst-${version}.tar.bz2"
|
||||||
|
checksum=c72bf167eaab4e44a98ec87101b023efee0aa8916df56630b99a5bc53f8d7070
|
||||||
|
|
||||||
|
pre_build () {
|
||||||
|
sed -e 's/CFLAGS/D_CFLAGS/;s/LDFLAGS/D_LDFLAGS/;s/-Os//;s/-g//' -i config.mk
|
||||||
|
sed -e 's/\(${CFLAGS}\)/\1 ${D_CFLAGS}/;s/\(${LDFLAGS}\)/\1 ${D_LDFLAGS}/' -i Makefile
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue