wok-next annotate pilot-link/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | df94d1ef231c |
children | 4396aed7eb01 |
rev | line source |
---|---|
llevrel@18696 | 1 # SliTaz package receipt. |
llevrel@18696 | 2 |
llevrel@18696 | 3 PACKAGE="pilot-link" |
llevrel@18696 | 4 VERSION="0.12.5" |
llevrel@18696 | 5 CATEGORY="office" |
llevrel@18696 | 6 SHORT_DESC="A suite of tools used to connect PalmOS compatible handhelds." |
llevrel@18696 | 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>" |
llevrel@18696 | 8 LICENSE="GPL-LGPL" |
llevrel@18696 | 9 WEB_SITE="http://www.pilot-link.org/" |
llevrel@18696 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
llevrel@18696 | 11 WGET_URL="http://downloads.pilot-link.org/$TARBALL" |
llevrel@18696 | 12 |
llevrel@18696 | 13 DEPENDS="popt readline" |
llevrel@18696 | 14 BUILD_DEPENDS="popt-dev readline-dev" |
llevrel@18696 | 15 |
llevrel@18696 | 16 # Rules to configure and make the package. |
llevrel@18696 | 17 compile_rules() |
llevrel@18696 | 18 { |
llevrel@18696 | 19 ./configure $CONFIGURE_ARGS --prefix=/usr --enable-conduits \ |
llevrel@18696 | 20 --sharedstatedir=/var/lib --localstatedir=/var && |
llevrel@18696 | 21 make && make install |
llevrel@18696 | 22 } |
llevrel@18696 | 23 |
llevrel@18696 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
llevrel@18696 | 25 genpkg_rules() |
llevrel@18696 | 26 { |
llevrel@18696 | 27 cp -a $install/* $fs |
llevrel@18697 | 28 rm -r $fs/usr/include $fs/usr/share/aclocal |
llevrel@18696 | 29 } |