wok-next view readline-dev/receipt @ rev 13225
fail2ban: add fail2ban filter
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 13 19:15:01 2012 +0200 (2012-08-13) |
parents | 5740040c75b8 |
children | 2b9f96603415 |
line source
1 # SliTaz package receipt.
3 PACKAGE="readline-dev"
4 VERSION="6.2"
5 CATEGORY="development"
6 SHORT_DESC="GNU readline devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="readline"
9 WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }