wok view libsndfile-dev/receipt @ rev 25494
Add finch & btop (thanks ceel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 30 08:50:05 2022 +0000 (23 months ago) |
parents | eb224fc20462 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsndfile-dev"
4 VERSION="1.0.31"
5 CATEGORY="development"
6 SHORT_DESC="Libsndfile development files."
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://libsndfile.github.io/libsndfile/"
11 DEPENDS="libsndfile pkg-config"
12 WANTED="libsndfile"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 }