wok-6.x view perdition-dev/receipt @ rev 8013
busybox: Fixed init script to umount /proc. If it doesn't it will crash the livecd.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 19 12:35:53 2011 +0000 (2011-01-19) |
parents | 8450e8bc287a |
children | 28148b876a49 |
line source
1 # SliTaz package receipt.
3 PACKAGE="perdition-dev"
4 VERSION="1.17.1"
5 CATEGORY="development"
6 SHORT_DESC="IMAP/POP proxy development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.vergenet.net/linux/perdition"
9 WANTED="perdition"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*a $fs/usr/lib
16 }