wok-current annotate kqoauth-dev/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 55ae2a832163
children
rev   line source
al@16321 1 # SliTaz package receipt.
al@16321 2
al@16321 3 PACKAGE="kqoauth-dev"
pascal@21243 4 VERSION="0.98"
al@16321 5 CATEGORY="development"
al@16321 6 SHORT_DESC="Development files for kqoauth"
al@16321 7 MAINTAINER="al.bobylev@gmail.com"
al@16321 8 LICENSE="LGPL2.1"
al@16321 9 WEB_SITE="https://github.com/kypeli/kQOAuth"
al@16321 10 WANTED="kqoauth"
al@16321 11 DEPENDS="kqoauth"
al@16321 12
al@16321 13 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16321 14 genpkg_rules()
al@16321 15 {
al@16321 16 cp -a $install/* $fs
al@16321 17 rm -f $fs/usr/lib/*.so*
al@16321 18 }