wok view squashfs-module/receipt @ rev 1407
feh : fix depends
fix build-depends
fix receipt to copy yudit.ttf font and images
fix build-depends
fix receipt to copy yudit.ttf font and images
author | Mallory MOLLO <mallory@sweetpeople.org |
---|---|
date | Tue Sep 23 21:14:56 2008 +0200 (2008-09-23) |
parents | db3faeb6da24 |
children | 0d30d3d18dcb |
line source
1 # SliTaz package receipt.
3 PACKAGE="squashfs-module"
4 VERSION="3.3"
5 CATEGORY="base-system"
6 SHORT_DESC="Linux squashfs module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://$PACKAGE.sourceforge.net/"
9 WANTED="squashfs"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 kver=$(grep "kernel version" ../linux/linux-*/.config)
15 kver=${kver##* }
16 EXTRAVERSION=_$kver
17 cp -a $src/_pkg/lib $fs
18 }
20 # Post install/remove commands for Tazpkg.
21 post_install()
22 {
23 depmod -a -b "$1/" $EXTRAVERSION-slitaz
24 }
26 post_remove()
27 {
28 depmod -a
29 }