wok-6.x annotate ecryptfs-utils-dev/receipt @ rev 20940
updated freeglut-dev again (2.6.0 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 02 17:44:22 2019 +0100 (2019-03-02) |
parents | |
children |
rev | line source |
---|---|
pascal@20636 | 1 # SliTaz package receipt. |
pascal@20636 | 2 |
pascal@20636 | 3 PACKAGE="ecryptfs-utils-dev" |
pascal@20636 | 4 VERSION="111" |
pascal@20636 | 5 CATEGORY="development" |
pascal@20636 | 6 SHORT_DESC="POSIX-compliant enterprise cryptographic filesystem tools, development files" |
pascal@20636 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20636 | 8 LICENSE="GPL2" |
pascal@20636 | 9 WEB_SITE="https://launchpad.net/ecryptfs" |
pascal@20636 | 10 WANTED="ecryptfs-utils" |
pascal@20636 | 11 TAGS="cryptography" |
pascal@20636 | 12 |
pascal@20636 | 13 DEPENDS="ecryptfs-utils pkg-config" |
pascal@20636 | 14 |
pascal@20636 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20636 | 16 genpkg_rules() |
pascal@20636 | 17 { |
pascal@20636 | 18 mkdir -p $fs/usr/lib |
pascal@20636 | 19 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@20636 | 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@20636 | 21 cp -a $install/usr/include $fs/usr |
pascal@20636 | 22 } |