17 lines
551 B
Bash
17 lines
551 B
Bash
# Template file for 'gxmessage'
|
|
pkgname=gxmessage
|
|
version=3.4.3
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="intltool pkg-config"
|
|
makedepends="gtk+3-devel"
|
|
short_desc="Clone of xmessage based on GTK+"
|
|
maintainer="Peter Wang <novalazy@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://savannah.gnu.org/projects/gxmessage"
|
|
distfiles="${GNU_SITE}/gxmessage/gxmessage-${version}.tar.gz"
|
|
checksum=db4e1655fc58f31e5770a17dfca4e6c89028ad8b2c8e043febc87a0beedeef05
|
|
|
|
post_patch() {
|
|
vsed -i -e 's/DATADIRNAME=lib/DATADIRNAME=share/' configure
|
|
}
|