wok view libfm-gtk/receipt @ rev 19047
Remove openbox chrommo theme. Duplicated in the repository.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sun Apr 17 16:28:31 2016 -0300 (2016-04-17) |
parents | 124c3a7da04f |
children | aac6b4243788 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libfm-gtk"
4 VERSION="1.2.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="File management support (GTK+2 GUI library)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://pcmanfm.sourceforge.net"
11 WANTED="libfm"
12 DEPENDS="libfm gtk+"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/libfm/modules $fs/usr/share/libfm
18 cp -a $install/usr/bin $fs/usr
19 cp -a $install/usr/lib/libfm-gtk.so* $fs/usr/lib
20 cp -a $install/usr/lib/libfm/modules/gtk* $fs/usr/lib/libfm/modules
21 cp -a $install/usr/share/applications $fs/usr/share
22 cp -a $install/usr/share/libfm/images $install/usr/share/libfm/ui $fs/usr/share/libfm
23 }