wok-next view tazpkg/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 7d149a8fe301
children fb535f873dd5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tazpkg"
4 VERSION="962"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz packages manager"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://hg.slitaz.org/tazpkg/archive/$VERSION.tar.bz2"
14 BUILD_DEPENDS_arm=" "
15 BUILD_DEPENDS="gettext tidy-html5 libnotify-dev"
17 compile_rules() {
18 make &&
19 make DESTDIR=$DESTDIR VERSION=$VERSION install || return 1
21 # Default icon for mimetype (freedesktop standard compliant file
22 # manager will diplay a tazpkg icon for SliTaz packages).
23 icons="$install/usr/share/icons/hicolor/32x32/mimetypes"
24 mkdir -p $icons
25 ln -s ../apps/tazpkg.png $icons/application-x-tazpkg.png
27 rm $install/usr/share/doc/tazpkg/tazpkg.html
28 cp $stuff/tazpkg.html $install/usr/share/doc/tazpkg/
30 chown -R root.root $install
31 }
33 genpkg_rules() {
34 copy @std doc/ hicolor/ *.mo
35 DEPENDS="busybox gettext-base"
36 SUGGESTED="tazpanel"
37 TAGS="slitaz package-manager"
38 }