wok diff ctorrent-dnh/receipt @ rev 12964

sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 31 18:52:02 2012 +0000 (2012-05-31)
parents 67ac2aebcfad
children a436a235f098
line diff
     1.1 --- a/ctorrent-dnh/receipt	Tue Nov 25 16:11:33 2008 +0100
     1.2 +++ b/ctorrent-dnh/receipt	Thu May 31 18:52:02 2012 +0000
     1.3 @@ -28,5 +28,5 @@
     1.4  	mkdir -p $fs/usr
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	# Torrentbox
     1.7 -	cp stuff/torrentbox $fs/usr/bin
     1.8 +	cp $stuff/torrentbox $fs/usr/bin
     1.9  }