wok-next annotate xorg-libXp-dev/receipt @ rev 14581

Add Drbl
author Stanislas Leduc <shann@slitaz.org>
date Sat May 25 21:08:27 2013 +0200 (2013-05-25)
parents be13f25e790b
children 9698a68fe988
rev   line source
rcx@3505 1 # SliTaz package receipt.
rcx@3505 2
rcx@3505 3 PACKAGE="xorg-libXp-dev"
rcx@3505 4 SOURCE="libXp"
pascal@14569 5 VERSION="1.0.2"
rcx@3505 6 CATEGORY="development"
rcx@3505 7 SHORT_DESC="Xorg module devel files."
rcx@3505 8 MAINTAINER="rcx@zoominternet.net"
slaxemulator@8029 9 DEPENDS="xorg-libXp xorg-libXext-dev xorg-printproto"
rcx@3505 10 WEB_SITE="http://www.x.org/"
rcx@3505 11 WANTED="xorg-libXp"
rcx@3505 12
rcx@3505 13 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3505 14 genpkg_rules()
rcx@3505 15 {
rcx@3505 16 mkdir -p $fs/usr/lib
pascal@14569 17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14569 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
rcx@3505 19 }
rcx@3505 20