21 lines
438 B
Plaintext
21 lines
438 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."
|
||
|
|
||
|
Add_dependency run glibc
|
||
|
Add_dependency run glib
|
||
|
Add_dependency run pango
|
||
|
Add_dependency run cairo
|
||
|
Add_dependency run gdk-pixbuf
|
||
|
Add_dependency run gtk+3
|
||
|
|
||
|
do_install()
|
||
|
{
|
||
|
vmove usr/bin/gtk3-demo usr/bin
|
||
|
vmove usr/share/gtk-3.0 usr/share
|
||
|
}
|