wok diff xcircuit/receipt @ rev 18896

linux: CONFIG_INPUT_WISTRON_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Sat Feb 13 16:01:41 2016 -0500 (2016-02-13)
parents 9c762d56b413
children c89ebe633ac5
line diff
     1.1 --- a/xcircuit/receipt	Wed Mar 07 21:27:37 2012 -0800
     1.2 +++ b/xcircuit/receipt	Sat Feb 13 16:01:41 2016 -0500
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="tcl tk xorg-libXpm zlib"
     1.8 -BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tgz"
    1.11  WEB_SITE="http://opencircuitdesign.com/xcircuit"
    1.12  WGET_URL="http://opencircuitdesign.com/xcircuit/archive/$TARBALL"
    1.13  
    1.14 +DEPENDS="tcl tk xorg-libXpm zlib"
    1.15 +BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -26,7 +28,6 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/bin $fs/usr
    1.25 -	cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib
    1.28  }
    1.29 -