wok view kqoauth-dev/receipt @ rev 24733

updated libedit and libedit-dev (3.1-20191231 -> 3.1-20210910)
author Hans-G?nter Theisgen
date Tue Mar 15 17:44:35 2022 +0100 (2022-03-15)
parents 55ae2a832163
children
line source
1 # SliTaz package receipt.
3 PACKAGE="kqoauth-dev"
4 VERSION="0.98"
5 CATEGORY="development"
6 SHORT_DESC="Development files for kqoauth"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/kypeli/kQOAuth"
10 WANTED="kqoauth"
11 DEPENDS="kqoauth"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 cp -a $install/* $fs
17 rm -f $fs/usr/lib/*.so*
18 }