wok view libwapcaplet/receipt @ rev 19174

syslinux/isolinux.cfg: force 32-bit framebuffer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 02 18:18:02 2016 +0300 (2016-06-02)
parents 19e754eb6f96
children ede1d184d5c5
line source
1 # SliTaz package receipt.
3 PACKAGE="libwapcaplet"
4 VERSION="0.1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="String internment library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
10 WEB_SITE="http://www.netsurf-browser.org/projects/libwapcaplet/"
11 WGET_URL="http://download.netsurf-browser.org/libs/releases/$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make COMPONENT_TYPE=lib-shared &&
18 make PREFIX=/usr DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $src/*-lib-shared/*.so* $fs/usr/lib
26 }