wok-next annotate libobjc/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 380ffe05937a
children c963361d3d54
rev   line source
slaxemulator@9781 1 # SliTaz package receipt.
slaxemulator@9781 2
slaxemulator@9781 3 PACKAGE="libobjc"
pankso@12541 4 VERSION="4.6.3"
slaxemulator@9781 5 CATEGORY="development"
slaxemulator@9781 6 SHORT_DESC="API for gcc object"
slaxemulator@9781 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15201 8 LICENSE="GPL2"
slaxemulator@9781 9 WEB_SITE="http://gcc.gnu.org/"
slaxemulator@9781 10 DEPENDS="gcc-lib-base"
slaxemulator@9781 11 WANTED="gcc"
slaxemulator@9781 12
slaxemulator@9781 13 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9781 14 genpkg_rules()
slaxemulator@9781 15 {
slaxemulator@9781 16 mkdir -p $fs/usr/lib
pankso@12267 17 cp -a $install/usr/lib/libobjc.so* $fs/usr/lib
slaxemulator@9781 18 }
slaxemulator@9781 19