wok diff alpine/receipt @ rev 15983
arm: add some Xorg proto pkgs and prepare pkg-config/receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 01 23:51:38 2014 +0100 (2014-03-01) |
parents | 960c9aaca105 |
children | cf41f989b6d2 |
line diff
1.1 --- a/alpine/receipt Tue Feb 08 11:28:53 2011 +0100 1.2 +++ b/alpine/receipt Sat Mar 01 23:51:38 2014 +0100 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Fast, easy to use email client." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" 1.8 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" 1.9 +LICENSE="Apache" 1.10 TARBALL="$PACKAGE.tar.gz" 1.11 WEB_SITE="http://www.washington.edu/alpine/" 1.12 WGET_URL="ftp://ftp.cac.washington.edu/alpine/$TARBALL" 1.13 TAGS="mail client" 1.14 1.15 +DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" 1.16 +BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 @@ -21,14 +23,14 @@ 1.22 --infodir=/usr/share/info \ 1.23 --mandir=/usr/share/man \ 1.24 $CONFIGURE_ARGS && 1.25 - make && make DESTDIR=$PWD/_pkg install 1.26 + make && make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $install/usr/bin $fs/usr 1.35 } 1.36 1.37 post_install()