wok view libdvdread-dev/receipt @ rev 23907

Up btrfs-progs (5.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 03 16:02:48 2020 +0000 (2020-08-03)
parents 797d6c2327f1
children 95220f1f0db1
line source
1 # SliTaz package receipt."
3 PACKAGE="libdvdread-dev"
4 VERSION="6.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library for reading DVDs - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dvdnav.mplayerhq.hu/"
11 DEPENDS="libdvdread pkg-config"
12 WANTED="libdvdread"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }