wok-next annotate aspell-pt_BR/receipt @ rev 20486

outguess: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 10:46:52 2018 +0100 (2018-03-12)
parents 107066b600c7
children
rev   line source
al@19762 1 # SliTaz package receipt v2.
paul@2111 2
paul@2111 3 PACKAGE="aspell-pt_BR"
al@19693 4 VERSION="20090702-0"
paul@2111 5 CATEGORY="system-tools"
al@19762 6 SHORT_DESC="Brazilian aspell dictionary"
paul@2111 7 MAINTAINER="paul@slitaz.org"
pascal@15361 8 LICENSE="LGPL2.1"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
paul@2111 10
al@19693 11 TARBALL="aspell6-pt_BR-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/pt_BR/$TARBALL"
al@19693 13
pankso@16248 14 BUILD_DEPENDS="aspell-dev"
pascal@15361 15
paul@2111 16 # Rules to configure and make the package.
paul@2111 17 compile_rules()
paul@2111 18 {
al@19693 19 ./configure && make && make install
paul@2111 20 }
paul@2111 21
paul@2111 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@2111 23 genpkg_rules()
paul@2111 24 {
al@19762 25 copy @std
al@19762 26 DEPENDS="aspell"
paul@2111 27 }