wok-next view stund/receipt @ rev 17853

epdfview: fix rendering of embedded images

used:
http://www.linuxfromscratch.org/patches/blfs/svn/epdfview-0.1.8-fixes-2.patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Mar 24 22:35:58 2015 +0100 (2015-03-24)
parents
children da9e80c5d4bb
line source
1 # SliTaz package receipt.
3 PACKAGE="stund"
4 VERSION="0.97"
5 CATEGORY="network"
6 SHORT_DESC="a simple STUN server and client."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://sourceforge.net/projects/stun/"
11 WGET_URL="$SF_MIRROR/stun/$TARBALL"
13 DEPENDS="gcc-lib-base"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/server $fs/usr/bin/stunserver
27 cp -a $src/client $fs/usr/bin/stunclient
28 }