wok-current view poppler-apps/receipt @ rev 7666
Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 12:59:54 2010 +0000 (2010-12-16) |
parents | b415119b4b86 |
children | 6e429431c358 |
line source
1 # SliTaz package receipt.
3 PACKAGE="poppler-apps"
4 VERSION="0.14.5"
5 CATEGORY="office"
6 SHORT_DESC="Poppler utilities to manipulate PDF file."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="poppler"
9 DEPENDS="fontconfig poppler zlib libpng gcc-lib-base"
10 WEB_SITE="http://poppler.freedesktop.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }