New package: gtkdialog-0.8.3.
This commit is contained in:
parent
047278b9b9
commit
f2ee4a5693
1 changed files with 19 additions and 0 deletions
19
srcpkgs/gtkdialog/template
Normal file
19
srcpkgs/gtkdialog/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'gtkdialog'
|
||||||
|
pkgname=gtkdialog
|
||||||
|
version=0.8.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
make_install_args="UPDATE_ICON_CACHE=true"
|
||||||
|
depends="hicolor-icon-theme"
|
||||||
|
makedepends="pkg-config flex gtk+-devel libglade-devel vte-devel"
|
||||||
|
short_desc="A small utility for fast and easy GUI building"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://code.google.com/p/gtkdialog/"
|
||||||
|
distfiles="https://gtkdialog.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=ff89d2d7f1e6488e5df5f895716ac1d4198c2467a2a5dc1f51ab408a2faec38e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/doc/$pkgname
|
||||||
|
cp -a examples ${DESTDIR}/usr/share/doc/$pkgname/examples
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue