wok-next annotate xvidcore-dev/receipt @ rev 8678
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 00:50:03 2011 +0100 (2011-02-17) |
parents | f6fea7bf06a8 |
children | cca03eafc9b1 |
rev | line source |
---|---|
devl547@5630 | 1 # SliTaz package receipt. |
devl547@5630 | 2 |
devl547@5630 | 3 PACKAGE="xvidcore-dev" |
devl547@5630 | 4 VERSION="1.2.2" |
devl547@5630 | 5 CATEGORY="multimedia" |
devl547@5630 | 6 SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" |
devl547@5630 | 7 MAINTAINER="devl547@gmail.com" |
devl547@5630 | 8 WEB_SITE="http://www.xvid.org" |
devl547@5630 | 9 WANTED="xvidcore" |
devl547@5630 | 10 |
devl547@5630 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5630 | 12 genpkg_rules() |
devl547@5630 | 13 { |
devl547@5630 | 14 mkdir -p $fs/usr/lib |
gokhlayeh@8227 | 15 cp -a $src/build/generic/_pkg/usr/lib/*.a $fs/usr/lib |
gokhlayeh@8227 | 16 cp -a $src/build/generic/_pkg/usr/include $fs/usr |
devl547@5630 | 17 } |