wok-6.x view uclibc-armv6l/receipt @ rev 22888
updated gstreamer-1.0 and gstreamer-1.0-dev (1.10.1 -> 1.16.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 22 17:40:37 2020 +0100 (2020-02-22) |
parents | 6e9ee64dd747 |
children |
line source
1 # SliTaz package receipt.
3 TARGET="armv6l"
4 PACKAGE="uclibc-$TARGET"
5 VERSION="prebuilt"
6 CATEGORY="base-system"
7 SHORT_DESC="UcLibc libraries."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL"
10 WEB_SITE="https://web.archive.org/web/20101022004153/http://impactlinux.com/aboriginal"
11 WANTED="uclibc-cross-compiler-$TARGET"
12 TAGS="arm"
13 COOKOPTS="!strip"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib
19 cp -a $src/lib/*.so* $fs/lib
20 }
22 TAZBB_NO_INSTALL="because this is not the right target !"