wok view nilfs-utils-dev/receipt @ rev 24030

updated get-teamviewer (1.00 -> 1.01)
author Hans-G?nter Theisgen
date Mon Apr 05 10:50:45 2021 +0100 (2021-04-05)
parents 401224c936cc
children
line source
1 # SliTaz package receipt.
3 PACKAGE="nilfs-utils-dev"
4 VERSION="2.2.8"
5 CATEGORY="development"
6 SHORT_DESC="NILFS Filesystem - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="https://github.com/nilfs-dev/nilfs-utils"
11 DEPENDS="nilfs-utils"
12 WANTED="nilfs-utils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 }