wok rev 21960

updated some more locales for squirrelmail (1.4.13 -> 1.4.18)
author Hans-G?nter Theisgen
date Thu Oct 10 15:34:21 2019 +0100 (2019-10-10)
parents e3d183bf1a23 9df5bf75dcbd
children 1e294b6812df
files code2-dev/receipt
line diff
     1.1 --- a/code2-dev/receipt	Thu Oct 10 15:33:31 2019 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="code2-dev"
     1.7 -VERSION="3995"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="An open source low bit rate speech codec, development files"
    1.10 -MAINTAINER="pascal.bellard@slitaz.org"
    1.11 -LICENSE="LGPL2.1"
    1.12 -WEB_SITE="https://github.com/drowe67/codec2"
    1.13 -WANTED="code2"
    1.14 -PROVIDE="codec2-dev"
    1.15 -
    1.16 -DEPENDS="code2 pkg-config"
    1.17 -
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	mkdir -p $fs/usr/lib
    1.21 -	cp -a $install/usr/include $fs/usr
    1.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 -}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/codec2-dev/receipt	Thu Oct 10 15:34:21 2019 +0100
     2.3 @@ -0,0 +1,19 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="codec2-dev"
     2.7 +VERSION="4121"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="An open source low bit rate speech codec, development files"
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="LGPL2.1"
    2.12 +WEB_SITE="https://github.com/drowe67/codec2"
    2.13 +WANTED="codec2"
    2.14 +
    2.15 +DEPENDS="codec2 pkg-config"
    2.16 +
    2.17 +genpkg_rules()
    2.18 +{
    2.19 +	mkdir -p $fs/usr/lib
    2.20 +	cp -a $install/usr/include $fs/usr
    2.21 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.22 +}