wok diff atkmm/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 | 5aa71a7dde59 |
children | 86790a278e70 |
line diff
1.1 --- a/atkmm/receipt Wed Oct 26 19:30:04 2011 +0000 1.2 +++ b/atkmm/receipt Sun Apr 17 16:28:31 2016 -0300 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="C++ interface for the popular Accessibility toolkit." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="atk libsigc++" 1.8 +LICENSE="LGPL2.1" 1.9 BUILD_DEPENDS="atk-dev glib-dev glibmm-dev libgiomm-dev pkg-config" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.gnome.org/" 1.12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 +DEPENDS="atk libsigc++" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -23,6 +25,6 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 } 1.26