add backup files *~ to .gitignore
[minipack.git] / recipes / pcb.recipe
blob71aeaf67553d8a826f1115a1feef6cea9c0516de
1 name=pcb
2 version=20100929
3 release=1
4 origin=sf
6 configure_opt="
7   --disable-update-desktop-database
8   --disable-update-mime-database
9   --disable-dbus
12 # configure-time test fails because of stdcall signature
13 export ac_cv_func_gdImageGif=yes
14 export ac_cv_func_gdImageJpeg=yes
15 export ac_cv_func_gdImagePng=yes
17 src_prep()
19   aclocal $ACLOCAL_FLAGS &&
20   autoheader &&
21   autoconf