void-packages/srcpkgs/gtk+3/gtk+3-demo.template
2011-11-14 19:08:47 +01:00

14 lines
283 B
Plaintext

# Template file for 'gtk+3-demo'.
#
short_desc="${sourcepkg} - demonstration application"
long_desc="${long_desc}
This package contains the example files and a demonstration program
for GTK+3."
do_install()
{
vmove usr/bin/gtk3-demo usr/bin
vmove usr/share/gtk-3.0 usr/share
}