wok view pam-dev/receipt @ rev 14346

tcc-arm, tcc-win32: update binary names
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 14 15:11:54 2013 +0200 (2013-04-14)
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 }