wok diff libsdl-image-dev/receipt @ rev 7792

Add makeself. Utility to create self-extracting packages. Needed to build virtualbox-ose 4.0.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 24 02:48:32 2010 +0000 (2010-12-24)
parents b69d57bf0722
children be13f25e790b
line diff
     1.1 --- a/libsdl-image-dev/receipt	Sat Sep 11 00:18:14 2010 +0000
     1.2 +++ b/libsdl-image-dev/receipt	Fri Dec 24 02:48:32 2010 +0000
     1.3 @@ -20,4 +20,5 @@
     1.4  	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
     1.5  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
     1.6  	cp -a $_pkg/usr/include $fs/usr
     1.7 +	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
     1.8  }