wok diff spl/receipt @ rev 18760
get-foxit-reader: depends on 'libcups', not 'cups'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 29 20:38:21 2015 +0200 (2015-12-29) |
parents | 95fca5088310 |
children | e8609d0658d7 |
line diff
1.1 --- a/spl/receipt Mon Feb 03 15:41:09 2014 +0000 1.2 +++ b/spl/receipt Tue Dec 29 20:38:21 2015 +0200 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure --prefix=/usr \ 1.9 --mandir=/usr/share/man \ 1.10 --with-linux=/usr/src/linux \ 1.11 @@ -33,16 +32,3 @@ 1.12 cp -a $install/usr/sbin $fs/usr 1.13 cp -a $install/lib $fs 1.14 } 1.15 - 1.16 -# Post install/remove commands for Tazpkg. 1.17 -post_install() 1.18 -{ 1.19 - echo "Processing post-install commands..." 1.20 - chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz 1.21 -} 1.22 - 1.23 -post_remove() 1.24 -{ 1.25 - echo "Processing post-remove commands..." 1.26 - chroot "$root/" depmod -a ${EXTRAVERSION#_}-slitaz 1.27 -}