wok-next annotate aspell-ru/receipt @ rev 19693

Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 21 14:48:05 2017 +0300 (2017-04-21)
parents 191b99ca9dc2
children 107066b600c7
rev   line source
erjo@4716 1 # SliTaz package receipt.
erjo@4716 2
erjo@4716 3 PACKAGE="aspell-ru"
erjo@4716 4 VERSION="0.99f7-1"
al@19693 5 CATEGORY="text"
erjo@4716 6 SHORT_DESC="Russian aspell dictionary."
erjo@4716 7 MAINTAINER="erjo@slitaz.org"
pascal@15361 8 LICENSE="other"
al@19693 9 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
al@19693 10
al@19693 11 TARBALL="aspell6-ru-$VERSION.tar.bz2"
al@19693 12 WGET_URL="$GNU_MIRROR/aspell/dict/ru/$TARBALL"
erjo@4716 13
pascal@15361 14 DEPENDS="aspell"
al@19693 15 BUILD_DEPENDS="aspell-dev"
pascal@15361 16
erjo@4716 17 # Rules to configure and make the package.
erjo@4716 18 compile_rules()
erjo@4716 19 {
al@19693 20 ./configure && make && make install
erjo@4716 21 }
erjo@4716 22
erjo@4716 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4716 24 genpkg_rules()
erjo@4716 25 {
al@19693 26 cook_copy_folders lib
erjo@4716 27 }