wok view caja-dev/receipt @ rev 25556

created recipes for nted and nted-lang
author Hans-G?nter Theisgen
date Sat Apr 22 14:54:15 2023 +0100 (14 months ago)
parents c52a03a5a657
children
line source
1 # SliTaz package receipt.
3 PACKAGE="caja-dev"
4 VERSION="1.9.3"
5 CATEGORY="libdevel"
6 LICENSE="GPL3"
7 SHORT_DESC="Library to develop caja extensions."
8 WEB_SITE="https://www.mate-desktop.org/"
9 MAINTAINER="yuripourre@gmail.com"
10 WANTED="caja"
11 DEPENDS="caja pkg-config"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib $fs/usr/include
16 cp -a $install/usr/lib/*.la $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include/* $fs/usr/include
19 }