wok diff phonon-dev/receipt @ rev 19934

fix symlinks (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 28 10:36:22 2017 +0200 (2017-04-28)
parents
children 6135577f4d08
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/phonon-dev/receipt	Fri Apr 28 10:36:22 2017 +0200
     1.3 @@ -0,0 +1,16 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="phonon-dev"
     1.7 +VERSION="4.7.2"
     1.8 +CATEGORY="libs"
     1.9 +SHORT_DESC="kde libphonon"
    1.10 +MAINTAINER="psychomaniak@xakep.ru"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="http://phonon.kde.org/"
    1.13 +WANTED="phonon"
    1.14 +
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	cp -a $install/* $fs
    1.18 +	rm -f $fs/usr/lib/lib*
    1.19 +}