wok-6.x annotate openssl-dev/receipt @ rev 4183
xfce4-session, add xfce4-session-logout workarround + remove docs.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Sep 22 22:46:15 2009 +0000 (2009-09-22) |
parents | 3e085751bf3a |
children | 088867d7c05d |
rev | line source |
---|---|
pankso@28 | 1 # SliTaz package receipt. |
pankso@28 | 2 |
pankso@28 | 3 PACKAGE="openssl-dev" |
pankso@2591 | 4 VERSION="0.9.8k" |
pankso@199 | 5 CATEGORY="development" |
pankso@28 | 6 SHORT_DESC="Open source Secure Sockets Layer devel files." |
pascal@62 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pankso@28 | 8 WANTED="openssl" |
pankso@28 | 9 WEB_SITE="http://www.openssl.org/" |
pascal@62 | 10 DEPENDS="libcrypto-dev" |
pankso@28 | 11 |
pankso@28 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@28 | 13 genpkg_rules() |
pankso@28 | 14 { |
pankso@28 | 15 mkdir -p $fs/usr/lib |
pankso@28 | 16 cp -a $_pkg/usr/include $fs/usr |
pankso@28 | 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
pankso@116 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pascal@62 | 19 # libcryto* have moved to a specific package |
pankso@116 | 20 rm -f $fs/usr/lib/libcrypto* |
pankso@116 | 21 rm -f $fs/usr/lib/pkgconfig/libcrypto* |
pankso@28 | 22 } |
pankso@28 | 23 |