wok rev 23063
lxpanel-dev: add some private files to build waterline-plugin-multiload
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 08 16:20:08 2020 +0100 (2020-03-08) |
parents | b3301ae192ef |
children | 89a4a3d69f78 |
files | lxpanel-dev/receipt php-auth-pam/receipt |
line diff
1.1 --- a/lxpanel-dev/receipt Sun Mar 08 13:54:20 2020 +0100 1.2 +++ b/lxpanel-dev/receipt Sun Mar 08 16:20:08 2020 +0100 1.3 @@ -19,4 +19,9 @@ 1.4 mkdir -p $fs/usr/lib 1.5 cp -a $install/usr/include $fs/usr 1.6 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.7 + 1.8 + # add some private files to build waterline-plugin-multiload 1.9 + cp $src/src/private.h $fs/usr/include/lxpanel/ 1.10 + cp $src/src/lxpanelctl.h $fs/usr/include/lxpanel/ 1.11 + cp $src/src/ev.h $fs/usr/include/lxpanel/ 1.12 }
2.1 --- a/php-auth-pam/receipt Sun Mar 08 13:54:20 2020 +0100 2.2 +++ b/php-auth-pam/receipt Sun Mar 08 16:20:08 2020 +0100 2.3 @@ -16,9 +16,6 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - test -d ${PACKAGE}-${VERSION} \ 2.8 - || make ${PACKAGE}-${VERSION}.orig ${PACKAGE}-${VERSION} 2.9 - cd $src 2.10 phpize 2.11 patch -p1 < $stuff/php-auth-pam-Makefile.global0.4.u || exit 1 2.12 sed -i 's/^function_entry/zend_&/;s/pval /zval /' pam_auth.c # php 5.4 2.13 @@ -80,9 +77,3 @@ 2.14 lighttpd lighttpd.pid 2.15 EOT 2.16 } 2.17 - 2.18 - 2.19 -clean_wok() 2.20 -{ 2.21 - test -d ${PACKAGE}-${VERSION} && rm -rf ${PACKAGE}-${VERSION} 2.22 -}