wok-6.x rev 8476
Fixed some receipts that used PACKAGE-VERSION installed of src.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 07 18:38:32 2011 +0000 (2011-02-07) |
parents | 62929db3cad5 |
children | f9b49701bf22 |
files | bc/receipt gtkperf/receipt keepassx/receipt lives/receipt pidgin-musictracker/receipt |
line diff
1.1 --- a/bc/receipt Mon Feb 07 18:10:30 2011 +0000 1.2 +++ b/bc/receipt Mon Feb 07 18:38:32 2011 +0000 1.3 @@ -14,7 +14,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $PACKAGE-$VERSION 1.8 + cd $src 1.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.10 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.11 make &&
2.1 --- a/gtkperf/receipt Mon Feb 07 18:10:30 2011 +0000 2.2 +++ b/gtkperf/receipt Mon Feb 07 18:38:32 2011 +0000 2.3 @@ -14,7 +14,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - cd gtkperf 2.8 + cd $src 2.9 ./configure --prefix=/usr --infodir=/usr/share/info \ 2.10 --mandir=/usr/share/man $CONFIGURE_ARGS && 2.11 make &&
3.1 --- a/keepassx/receipt Mon Feb 07 18:10:30 2011 +0000 3.2 +++ b/keepassx/receipt Mon Feb 07 18:38:32 2011 +0000 3.3 @@ -16,7 +16,7 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 - cd $WOK/$PACKAGE/$PACKAGE-$VERSION/src 3.8 + cd $src/src 3.9 qmake PREFIX=/usr && 3.10 make && 3.11 make INSTALL_ROOT=../_pkg install
4.1 --- a/lives/receipt Mon Feb 07 18:10:30 2011 +0000 4.2 +++ b/lives/receipt Mon Feb 07 18:38:32 2011 +0000 4.3 @@ -16,7 +16,7 @@ 4.4 # 4.5 compile_rules() 4.6 { 4.7 - cd $PACKAGE-$VERSION 4.8 + cd $src 4.9 ./configure \ 4.10 --prefix=/usr \ 4.11 --disable-jack \
5.1 --- a/pidgin-musictracker/receipt Mon Feb 07 18:10:30 2011 +0000 5.2 +++ b/pidgin-musictracker/receipt Mon Feb 07 18:38:32 2011 +0000 5.3 @@ -14,7 +14,7 @@ 5.4 # Rules to configure and make the package. 5.5 compile_rules() 5.6 { 5.7 - cd $PACKAGE-$VERSION 5.8 + cd $src 5.9 ./configure 5.10 make && make DESTDIR=$PWD/_pkg install 5.11 }