wok view pam-dev/receipt @ rev 12140

clutter-gtk: Fixed again. It needs gtk-doc and a autoreconf -i inorder to not get 'clutter/clutter.h: No such file or directory' error.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 13 22:22:35 2012 -0500 (2012-03-13)
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 }