wok-next annotate aspell-en/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents 191b99ca9dc2
children 4048d48a47c1
rev   line source
paul@2099 1 # SliTaz package receipt.
paul@2099 2
paul@2099 3 PACKAGE="aspell-en"
slaxemulator@8529 4 VERSION="7.1-0"
paul@2099 5 CATEGORY="system-tools"
paul@2099 6 SHORT_DESC="English aspell dictionary."
paul@2099 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="PublicDomain"
paul@2099 9 SOURCE="aspell6-en"
paul@2099 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
paul@2099 11 WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@2099 12 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$TARBALL"
pankso@16248 13 HOST_ARCH="i486 arm"
paul@2099 14
pascal@15361 15 DEPENDS="aspell"
pankso@16248 16 BUILD_DEPENDS="aspell-dev"
pascal@15361 17
paul@2099 18 # Rules to configure and make the package.
paul@2099 19 compile_rules()
paul@2099 20 {
pankso@16248 21 ./configure &&
pankso@16248 22 make && make install
paul@2099 23 }
paul@2099 24
paul@2099 25 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2099 26 genpkg_rules()
paul@2099 27 {
paul@2099 28 mkdir -p $fs/usr/lib
pascal@15361 29 cp -a $install/usr/lib/* $fs/usr/lib
paul@2099 30 }