wok diff xorg-libFS-dev/receipt @ rev 15349

freetype: splashutils *needs* static lib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 15:03:13 2013 +0000 (2013-09-30)
parents c4160798b7d5
children 3af9c976b7d4
line diff
     1.1 --- a/xorg-libFS-dev/receipt	Sat Jun 01 18:55:13 2013 +0200
     1.2 +++ b/xorg-libFS-dev/receipt	Mon Sep 30 15:03:13 2013 +0000
     1.3 @@ -3,18 +3,23 @@
     1.4  PACKAGE="xorg-libFS-dev"
     1.5  VERSION="1.0.5"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Xorg module devel files."
     1.8 +SHORT_DESC="Development files for libFS"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10 +LICENSE="other"
    1.11  WEB_SITE="http://www.x.org/"
    1.12 +
    1.13  WANTED="xorg-libFS"
    1.14 -
    1.15 -DEPENDS="xorg-libFS xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans"
    1.16 +DEPENDS="xorg-libFS xorg-fontsproto"
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19  genpkg_rules()
    1.20  {
    1.21 -	mkdir -p $fs/usr/lib
    1.22 -	cp -a $install/usr/lib/*.*a* $fs/usr/lib
    1.23 +	mkdir -p \
    1.24 +		$fs/usr/share/licenses \
    1.25 +		$fs/usr/lib
    1.26 +	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
    1.27 +
    1.28 +	cp -a $install/usr/include $fs/usr
    1.29  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/include $fs/usr
    1.31 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.32  }