wok view linux-without-modules/receipt @ rev 17280

Up: udisks2 (2.1.3), libsoup (2.48.0), gvfs (1.22.1). Update gtk+3
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 26 19:07:05 2014 +0200 (2014-10-26)
parents eb689de65d7e
children 08cf996a2307
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="3.2.53"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="http://www.kernel.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
17 }