Advertisement
mikedep333

gtkperf.cygport WIP

Feb 26th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. NAME="gtkperf"
  2. VERSION=0.40
  3. RELEASE=1
  4. CATEGORY="X11"
  5. SUMMARY="GTK+ performance test"
  6. DESCRIPTION="GtkPerf is an application designed to test GTK+ performance. The point
  7. is to create common testing platform to run predefined GTK+ widgets
  8. and this way define the speed of device/platform."
  9. DEPEND="libatk1.0-devel libgtk2.0-devel"
  10. REQUIRES="libatk1.0_0 libgtk2.0_0"
  11.  
  12. SRC_URI=http://downloads.sourceforge.net/gtkperf/gtkperf_0.40.tar.gz
  13. SRC_DIR="gtkperf"
  14. PATCH_URI=format-security-gtkperf.patch
  15.  
  16. src_compile() {
  17. cd ${B}
  18. cygconf
  19. ## Do not run autoheader
  20. touch ./stamp-h*
  21. cygmake
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement