wok-next annotate irssi-scripts/receipt @ rev 6293
Added squashfs_lzma to kernel config. Added some more options to aufs in kernel. Added all missing modules into packages. Added scsi.patch to fix linux-headers scsi.h file to be compatible with glibc scsi.h. Up: aufs-utils to 20100916.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 16 13:04:44 2010 +0000 (2010-09-16) |
parents | |
children | c2d3efabee32 |
rev | line source |
---|---|
julian@1151 | 1 # SliTaz package receipt |
julian@1151 | 2 |
julian@1151 | 3 PACKAGE="irssi-scripts" |
julian@1151 | 4 VERSION="1.0" |
julian@1151 | 5 CATEGORY="network" |
julian@1151 | 6 SHORT_DESC="Perl scripts for Irssi IRC client" |
julian@1151 | 7 MAINTAINER="taziden@slitaz.org" |
julian@1151 | 8 DEPENDS="irssi" |
julian@1151 | 9 BUILD_DEPENDS="" |
julian@1151 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
julian@1151 | 11 WEB_SITE="http://scripts.irssi.org/" |
julian@1151 | 12 WGET_URL="http://mirror.slitaz.org/sources/packages/i/$TARBALL" |
julian@1151 | 13 |
julian@1151 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
julian@1151 | 15 genpkg_rules() |
julian@1151 | 16 { |
julian@1151 | 17 mkdir -p $fs/usr/share/irssi/scripts |
julian@1151 | 18 cp -a $src/*.pl $fs/usr/share/irssi/scripts/ |
julian@1151 | 19 } |
julian@1151 | 20 |