wok annotate libjpeg62/receipt @ rev 20395

Add ndiswrapper-driver64 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 25 13:36:38 2018 +0200 (2018-06-25)
parents de49f29b101e
children 833c25ef5ce8
rev   line source
al@19001 1 # SliTaz package receipt.
al@19001 2
paul@7352 3 PACKAGE="libjpeg62"
paul@7352 4 VERSION="6b"
paul@7352 5 CATEGORY="x-window"
al@19001 6 SHORT_DESC="JPEG shared libs (from Independent JPEG Group)"
paul@7352 7 MAINTAINER="paul@slitaz.org"
pascal@15600 8 LICENSE="MIT"
paul@7352 9 WEB_SITE="http://www.ijg.org/"
al@19001 10 TARBALL="libjpeg6b_${VERSION}.orig.tar.gz"
slaxemulator@7360 11 WGET_URL="ftp://ftp.debian.org/debian/pool/main/libj/libjpeg6b/$TARBALL"
paul@7352 12 TAGS="jpeg jpg"
paul@7352 13
paul@7352 14 # Rules to configure and make the package.
paul@7352 15 compile_rules()
paul@7352 16 {
paul@7352 17 ./configure --enable-shared --prefix=/usr \
gokhlayeh@11573 18 --mandir=/usr/share/man $CONFIGURE_ARGS &&
paul@7352 19 make
paul@7352 20 }
paul@7352 21
paul@7352 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@7352 23 genpkg_rules()
paul@7352 24 {
paul@7352 25 mkdir -p $fs/usr/lib
paul@7352 26 cp -a $src/.libs/*.so.62* $fs/usr/lib
paul@7352 27 }