wok-current rev 11187
gst-python: Compile with $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 01:08:09 2011 +0000 (2011-11-03) |
parents | 5ebcbcc330d5 |
children | 522ecffa385d |
files | gst-python/receipt |
line diff
1.1 --- a/gst-python/receipt Thu Nov 03 01:04:58 2011 +0000 1.2 +++ b/gst-python/receipt Thu Nov 03 01:08:09 2011 +0000 1.3 @@ -15,9 +15,12 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var && 1.8 + ./configure --prefix=/usr \ 1.9 + --sysconfdir=/etc \ 1.10 + --localstatedir=/var \ 1.11 + $CONFIGURE_ARGS && 1.12 make && 1.13 - make DESTDIR=$PWD/_pkg install 1.14 + make DESTDIR=$DESTDIR install 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.