wok view epdf/receipt @ rev 25672
Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 26 14:07:44 2024 +0000 (10 months ago) |
parents | feb2e0c63d21 |
children |
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="https://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 ./autogen.sh \
21 --prefix=/usr \
22 $CONFIGURE_ARGS 2>&1 | \
23 sed 's|missing: No such|missing: no such|'
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 }