wok-undigest rev 1214

windowmaker: recook
author Paul Issott <paul@slitaz.org>
date Tue Mar 20 19:29:02 2018 +0000 (2018-03-20)
parents 7d6370696d8b
children 98651ed84ba4
files windowmaker/receipt
line diff
     1.1 --- a/windowmaker/receipt	Sat Mar 10 19:57:40 2018 +0000
     1.2 +++ b/windowmaker/receipt	Tue Mar 20 19:29:02 2018 +0000
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="windowmaker"
     1.5  VERSION="0.95.8"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="An X11 window manager with a NEXTSTEP look and feel"
     1.8 +SHORT_DESC="An X11 window manager with a NEXTSTEP look and feel."
     1.9  MAINTAINER="aledie@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  SOURCE="WindowMaker"
    1.12 @@ -28,6 +28,10 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $install/* $fs
    1.16 +	#remove stuff
    1.17 +	rm -rf $fs/usr/include
    1.18 +	rm -rf $fs/usr/lib/pkgconfig
    1.19 +	find $fs/usr/lib -name "*.*a" -delete
    1.20  }
    1.21  
    1.22  post_install()
    1.23 @@ -48,4 +52,3 @@
    1.24  		sed -i s/,wmaker// "$1/etc/slim.conf"
    1.25  	fi
    1.26  }
    1.27 -