wok-next annotate libfm-gtk/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents aac6b4243788
children f463de72afe3
rev   line source
al@16830 1 # SliTaz package receipt.
al@16830 2
al@16830 3 PACKAGE="libfm-gtk"
psychomaniak@19559 4 VERSION="1.2.5"
al@16830 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="File management support (GTK+2 GUI library)"
al@16830 7 MAINTAINER="al.bobylev@gmail.com"
al@16830 8 LICENSE="GPL2"
al@16830 9 WEB_SITE="http://pcmanfm.sourceforge.net"
al@16830 10
al@16830 11 WANTED="libfm"
al@18663 12 DEPENDS="libfm gtk+"
al@16830 13
al@16830 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16830 15 genpkg_rules()
al@16830 16 {
al@19693 17 cook_copy_folders bin applications images ui
al@19693 18 cook_copy_files libfm-gtk.so* gtk*.so
al@16830 19 }