wok view gtkpod/receipt @ rev 14904
kbd*: up 1.15.5; retawq and kbd: place .mo files to right place; locale-pl: try to fix; slitaz-i18n: no more pcmanfm, kbd really not a core package but contains translations for kbd-base.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jul 31 20:21:51 2013 +0300 (2013-07-31) |
parents | 16418229683b |
children | d1c17bd2c2bc |
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkpod"
4 VERSION="1.0.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="platform independent GUI for Apple's iPod using GTK2"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libgpod libid3tag flac libvorbis curl libglade hal"
9 BUILD_DEPENDS="flex libgpod-dev libid3tag-dev flac-dev libvorbis-dev curl curl-dev libglade-dev intltool libplist-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.gtkpod.org/"
12 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/$PACKAGE/icons/hicolor $fs/usr/share/pixmaps
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share/$PACKAGE/data $fs/usr/share/$PACKAGE
29 cp -a $_pkg/usr/share/$PACKAGE/scripts $fs/usr/share/$PACKAGE
30 cp -a $_pkg/usr/share/$PACKAGE/icons/hicolor/16x16 \
31 $fs/usr/share/$PACKAGE/icons/hicolor
32 cp $_pkg/usr/share/icons/hicolor/48x48/apps/gtkpod.png \
33 $fs/usr/share/pixmaps/gtkpod.png
34 }