wok view pam-dev/receipt @ rev 20119

slitaz-base-files (333), slitaz-boot-scripts (445), slitaz-configs (313), slitaz-tools (1025), tazbug (152), tazinst (93), tazirc (22), tazlito (469), tazpanel (617), tazweb (208): revision of german messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 10:45:51 2017 +0200 (2017-10-14)
parents d3446b644489
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="pam-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Pluggable Authentication Modules, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD GPL2"
9 WANTED="pam"
10 SOURCE="Linux-PAM"
11 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
12 HOST_ARCH="i486 arm"
14 DEPENDS="pam"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/lib $fs/usr
20 cp -a $install/usr/include $fs/usr
21 ln -s security $fs/usr/include/pam
22 }