2011-10-15 17:48:13 +00:00
|
|
|
# Template file for 'gtk+-demo'.
|
|
|
|
#
|
|
|
|
short_desc="${sourcepkg} - demonstration application"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the example files and a demonstration program
|
|
|
|
for GTK+3."
|
|
|
|
|
2012-03-27 06:19:02 +00:00
|
|
|
revision=1
|
|
|
|
|
2012-01-24 23:46:12 +00:00
|
|
|
do_install() {
|
2011-10-15 17:48:13 +00:00
|
|
|
vmove usr/bin/gtk-demo usr/bin
|
|
|
|
vmove usr/share/gtk-2.0 usr/share
|
|
|
|
}
|