wok-6.x view unison/receipt @ rev 7674
Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 17:16:06 2010 +0000 (2010-12-16) |
parents | dbdd0768c3ab |
children | befd46df350e |
line source
1 # SliTaz package receipt.
3 PACKAGE="unison"
4 VERSION="2.27.157"
5 CATEGORY="system-tools"
6 SHORT_DESC="File-synchronization tool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison"
10 WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
11 BUILD_DEPENDS="ocaml emacs"
12 TAGS="sync"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make UISTYLE=text
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/unison $fs/usr/bin
26 }