wok view kqoauth-dev/receipt @ rev 22439

clementine 1.3.1 needs newer gstreamer 1.0
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 12:19:23 2019 +0000 (2019-12-23)
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 }