wok-current view libelementary/receipt @ rev 19064
Add: Warenhaus Typenhebel Font. An imitation of an old type writer.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Apr 21 00:25:41 2016 -0300 (2016-04-21) |
parents | 58c701b50e96 |
children | 86790a278e70 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libelementary"
4 VERSION="1.7.10"
5 CATEGORY="development"
6 SHORT_DESC="Elementary library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="elementary"
10 WEB_SITE="http://www.enlightenment.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="xorg-libXp xorg-libXss jpeg fribidi fontconfig edbus efreet \
14 glib eina"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/libelementary*so* $fs/usr/lib
21 }