wok view kqoauth-dev/receipt @ rev 22629

updated darkstat (3.0.713 -> 3.0.719)
author Hans-G?nter Theisgen
date Mon Jan 13 07:59:55 2020 +0100 (2020-01-13)
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 }