wok-stable diff unfs3/receipt @ rev 6952
Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 25 22:01:57 2010 +0000 (2010-10-25) |
parents | 3115c291f303 |
children | cb16742e0fa6 |
line diff
1.1 --- a/unfs3/receipt Wed Feb 24 12:19:54 2010 +0000 1.2 +++ b/unfs3/receipt Mon Oct 25 22:01:57 2010 +0000 1.3 @@ -10,6 +10,7 @@ 1.4 WEB_SITE="http://unfs3.sourceforge.net/" 1.5 WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/unfs3/${TARBALL}" 1.6 TAGS="network nfs" 1.7 +CONFIG_FILES="/etc/exports" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -17,8 +18,7 @@ 1.12 cd $src 1.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.14 --sysconfdir=/etc \ 1.15 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.16 - 1.17 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make 1.19 } 1.20