SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "emotion"

# SliTaz package receipt.

PACKAGE="emotion"
VERSION="55225"
CATEGORY="x-window"
SHORT_DESC="E17 emotion libs."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.enlightenment.org/"
WGET_URL="svn|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
BRANCH="$VERSION"

DEPENDS="eina eet evas ecore edje xine-lib"
BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev xine-lib-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./autogen.sh \
        --prefix=/usr \
        --mandir=/usr/share/man \
        --disable-gstreamer \
        $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
    cp -a $_pkg/usr/share $fs/usr
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    cp -a $_pkg/usr/lib/emotion/*.so $fs/usr/lib/emotion
    cp -a $_pkg/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
        $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)