wok diff guichan-dev/receipt @ rev 15713

Up util-linux (2.24)
author Richard Dunbar <mojo@slitaz.org>
date Tue Dec 24 21:11:57 2013 +0000 (2013-12-24)
parents 8ed62ecac0c7
children 7dd01dedad38
line diff
     1.1 --- a/guichan-dev/receipt	Thu Dec 05 11:43:50 2013 +0000
     1.2 +++ b/guichan-dev/receipt	Tue Dec 24 21:11:57 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="BSD"
     1.8  WEB_SITE="http://guichan.sourceforge.net/"
     1.9  WANTED="guichan"
    1.10  
    1.11 @@ -14,8 +15,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 +	cp -a $install/usr/lib/*a $fs/usr/lib
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21  }
    1.22 -