wok view embryo/receipt @ rev 15043

libvlc-dev: no more vlc-config ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:26:23 2013 +0000 (2013-08-12)
parents 7e8c367aa3c7
children d9de898378a5
line source
1 # SliTaz package receipt.
3 PACKAGE="embryo"
4 VERSION="1.7.8"
5 CATEGORY="base-system"
6 SHORT_DESC="EFL Small Pawn based virtual machine and compiler."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.enlightenment.org/"
11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 TAGS="e enlightenment efl"
14 DEPENDS="eina"
15 BUILD_DEPENDS="eina-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make $MAKEFLAGS && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/share $fs/usr
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/lib/*.so* $fs/usr/lib
31 }