22 lines
641 B
Text
22 lines
641 B
Text
# Template file for 'gtk-engines'
|
|
pkgname=gtk2-engines
|
|
version=2.21.0
|
|
revision=1
|
|
wrksrc=gtk-engines-${version}
|
|
build_style=gnu-configure
|
|
configure_args="--enable-animation"
|
|
makedepends="pkg-config intltool gtk+-devel"
|
|
short_desc="GTK+2 Theme engines"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://live.gnome.org/GnomeArt"
|
|
license="GPL-2"
|
|
distfiles="ftp://ftp.archlinux.org/other/gtk-engines/gtk-engines-${version}.tar.gz"
|
|
checksum=6c38c297c3b95d667c5159c1f379384806fedb53a828d44ac73ff54570ed185b
|
|
long_desc="
|
|
This package contains theme engines for the GTK+2 toolkit."
|
|
|
|
gtk2-engines_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|