wok view epdf/receipt @ rev 17244

lxqt-themes: add patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 21:57:38 2014 +0200 (2014-10-18)
parents 61f494dbe8db
children b6563ad04eec
line source
1 # SliTaz package receipt.
3 PACKAGE="epdf"
4 VERSION="79352"
5 CATEGORY="x-window"
6 SHORT_DESC="Enlightenment's PDF library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.enlightenment.org/"
11 WGET_URL="svn|http://svn.enlightenment.org/svn/e/trunk/PROTO/epdf/"
13 DEPENDS="poppler eina ecore evas"
14 BUILD_DEPENDS="poppler-dev subversion automake autoconf libtool eina-dev \
15 ecore-dev evas-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./autogen.sh \
22 --prefix=/usr \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/bin $fs/usr
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 }