wok-6.x diff leocad-pieces/receipt @ rev 11676
usbutils: lsusb display usb.ids
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Feb 18 02:48:33 2012 +0000 (2012-02-18) |
parents | 6a610252cd65 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/leocad-pieces/receipt Tue Mar 22 21:20:59 2011 +0000 1.2 +++ b/leocad-pieces/receipt Sat Feb 18 02:48:33 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="leocad-pieces" 1.7 -VERSION="3934" 1.8 +VERSION="4806" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Pieces library for LeoCAD." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -10,16 +10,9 @@ 1.13 WEB_SITE="http://www.leocad.org/" 1.14 WGET_URL="http://leocad.googlecode.com/files/$TARBALL" 1.15 1.16 -# Rules to configure and make the package. 1.17 -compile_rules() 1.18 -{ 1.19 - mkdir -p $DESTDIR/usr/share/leocad 1.20 - cp -dp $src/* $DESTDIR/usr/share/leocad 1.21 -} 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs 1.27 - cp -a $_pkg/* $fs 1.28 + mkdir -p $fs/usr/share/leocad 1.29 + cp -a $src/* $fs/usr/share/leocad 1.30 }