wok annotate libuninameslist-dev/receipt @ rev 21187

created recipe for libcdio-paranoia
author Hans-G?nter Theisgen
date Wed Apr 03 15:43:41 2019 +0100 (2019-04-03)
parents 08370faa54d6
children ad0ab8fb354c
rev   line source
al@17914 1 # SliTaz package receipt.
al@17914 2
al@17914 3 PACKAGE="libuninameslist-dev"
al@17914 4 VERSION="0.4.20140731"
al@17914 5 CATEGORY="development"
al@17914 6 SHORT_DESC="Development files for libuninameslist"
al@17914 7 MAINTAINER="al.bobylev@gmail.com"
al@17914 8 LICENSE="other"
al@17914 9 WEB_SITE="https://github.com/fontforge/libuninameslist"
al@17914 10
al@17914 11 WANTED="libuninameslist"
pascal@19774 12 DEPENDS="libuninameslist pkg-config"
al@17914 13
al@17914 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17914 15 genpkg_rules()
al@17914 16 {
al@17914 17 mkdir -p $fs/usr/lib
al@17914 18 cp -a $install/usr/include $fs/usr
al@17914 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@17914 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
al@17914 21 }