wok view epdf/receipt @ rev 13741

mutt: fix build
author Paul Issott <paul@slitaz.org>
date Wed Dec 26 20:36:58 2012 +0000 (2012-12-26)
parents
children 79ea4cfe08cc
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="svn|http://svn.enlightenment.org/svn/e/trunk/PROTO/epdf/"
12 DEPENDS="poppler eina ecore evas"
13 BUILD_DEPENDS="poppler-dev subversion automake autoconf libtool eina-dev \
14 ecore-dev evas-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./autogen.sh \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }