wok view pam-dev/receipt @ rev 13971

desktop-file-utils*: up (0.21)
author ernia <monghitri@aruba.it>
date Mon Feb 04 12:44:22 2013 +0000 (2013-02-04)
parents 28148b876a49
children 51a1ebbda768
line source
1 # SliTaz package receipt.
3 PACKAGE="pam-dev"
4 VERSION="1.1.5"
5 CATEGORY="development"
6 SHORT_DESC="Pluggable Authentication Modules, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="pam"
9 WANTED="pam"
10 SOURCE="Linux-PAM"
11 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib $fs/usr
17 cp -a $_pkg/usr/include $fs/usr
18 ln -s security $fs/usr/include/pam
19 }