wok-next annotate gtk2-theme-chrommo/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 40fab26c175d
children d5aab818505e
rev   line source
plus@18325 1 # SliTaz package receipt.
plus@18325 2
hackdorte@19047 3 PACKAGE="gtk2-theme-chrommo"
hackdorte@19047 4 VERSION="1.0.5"
al@19126 5 CATEGORY="customization"
hackdorte@19047 6 SHORT_DESC="A beautiful and modern theme with white color."
plus@18325 7 MAINTAINER="hackdorte@sapo.pt"
hackdorte@19047 8 LICENSE="PublicDomain"
hackdorte@18900 9 WEB_SITE="http://people.slitaz.org/~leonardolaporte/"
plus@18325 10
al@19112 11 DEPENDS="gtk2-engine-murrine"
plus@18325 12
plus@18325 13 # Rules to gen a SliTaz package suitable for Tazpkg.
plus@18325 14 genpkg_rules()
plus@18325 15 {
al@19112 16 mkdir -p $fs/usr/share/themes
al@19112 17 cp -a stuff/* $fs/usr/share/themes
hackdorte@19047 18 }