Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NAME="gtkperf"
- VERSION=0.40
- RELEASE=1
- CATEGORY="X11"
- SUMMARY="GTK+ performance test"
- DESCRIPTION="GtkPerf is an application designed to test GTK+ performance. The point
- is to create common testing platform to run predefined GTK+ widgets
- and this way define the speed of device/platform."
- DEPEND="libatk1.0-devel libgtk2.0-devel"
- REQUIRES="libatk1.0_0 libgtk2.0_0"
- SRC_URI=http://downloads.sourceforge.net/gtkperf/gtkperf_0.40.tar.gz
- SRC_DIR="gtkperf"
- PATCH_URI=format-security-gtkperf.patch
- src_compile() {
- cd ${B}
- cygconf
- ## Do not run autoheader
- touch ./stamp-h*
- cygmake
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement