wok-next diff centerim/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | dfe25744cfaf |
children |
line diff
1.1 --- a/centerim/receipt Wed Apr 04 12:25:12 2018 +0300 1.2 +++ b/centerim/receipt Tue Sep 01 10:31:46 2020 +0000 1.3 @@ -6,16 +6,17 @@ 1.4 SHORT_DESC="Console mode IM" 1.5 MAINTAINER="allan316@gmail.com" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://www.centerim.org" 1.8 +WEB_SITE="http://www.centerim.org/index.php/Main_Page" 1.9 1.10 TARBALL="centerim5-$VERSION.tar.gz" 1.11 -WGET_URL="$WEB_SITE/download/cim5/$TARBALL" 1.12 +WGET_URL="http://www.centerim.org/download/cim5/$TARBALL" 1.13 1.14 BUILD_DEPENDS="ncurses-dev curl-dev openssl-dev libidn-dev libgpg-error-dev \ 1.15 gpgme-dev libpurple-dev libsigc++-dev libxml2-dev" 1.16 1.17 compile_rules() { 1.18 - mkdir -p $DESTDIR/usr 1.19 + mkdir -p $install/usr 1.20 + 1.21 ./configure $CONFIGURE_ARGS && 1.22 make && 1.23 make install