wok view pam-dev/receipt @ rev 3049

Add wesnoth (thanks mimas)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 13 10:29:14 2009 +0200 (2009-05-13)
parents 830be51d2d47
children 62be5adc53af
line source
1 # SliTaz package receipt.
3 PACKAGE="pam-dev"
4 VERSION="1.0.3"
5 CATEGORY="development"
6 SHORT_DESC="Pluggable Authentication Modules, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="pam"
9 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/lib $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 ln -s security $fs/usr/include/pam
17 cp -a $_pkg/lib/*a $fs/lib
18 cp -a $_pkg/lib/security/*a $fs/lib
19 }