wok-current view rtmpdump-dev/receipt @ rev 25691
Add feature to upgrade tazpkg first
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Mar 17 16:10:19 2024 +0000 (9 months ago) |
parents | a12d1999be3d |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="rtmpdump-dev"
4 VERSION="2.4"
5 CATEGORY="development"
6 SHORT_DESC="The rtmpdump development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://rtmpdump.mplayerhq.hu/"
11 WANTED="rtmpdump"
13 DEPENDS="openssl-dev pkg-config rtmpdump"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }