wok-next annotate suggested-applications/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents
children c4f226b02549
rev   line source
jozee@5130 1 # SliTaz package receipt.
jozee@5130 2
jozee@5130 3 PACKAGE="suggested-applications"
jozee@5130 4 VERSION="1.0"
jozee@5130 5 CATEGORY="network"
jozee@5130 6 SHORT_DESC="Set of desktop files for default applications."
jozee@5130 7 MAINTAINER="jozee@slitaz.org"
jozee@5130 8 WEB_SITE="http://www.slitaz.org/"
jozee@5130 9
jozee@5130 10 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5130 11 genpkg_rules()
jozee@5130 12 {
jozee@5130 13 mkdir -p $fs/usr/share $fs/usr/bin
jozee@5130 14 cp -a stuff/applications $fs/usr/share
jozee@5130 15 cp -a stuff/default-app $fs/usr/bin/
jozee@5130 16 }