wok rev 7379

stardict:delete strange label in the receipt of stardict
author fireflyoo <lufeng369@gmail.com>
date Thu Nov 25 22:56:24 2010 +0000 (2010-11-25)
parents 1cf37c99304a
children ccc37c536a2a
files stardict/receipt
line diff
     1.1 --- a/stardict/receipt	Thu Nov 25 22:38:14 2010 +0000
     1.2 +++ b/stardict/receipt	Thu Nov 25 22:56:24 2010 +0000
     1.3 @@ -14,28 +14,28 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -    cd $src
     1.8 -       patch -p1 <  ../stuff/sigc++.patch || return 1
     1.9 -   patch -p1 < ../stuff/stardict_gcc43.patch || return 1
    1.10 + cd $src
    1.11 + patch -p1 < ../stuff/sigc++.patch || return 1
    1.12 + patch -p1 < ../stuff/stardict_gcc43.patch || return 1
    1.13  
    1.14 -    ./configure \
    1.15 -        --prefix=/usr \
    1.16 -        --disable-man \
    1.17 -        --disable-qqwry \
    1.18 -        --sysconfdir=/etc \
    1.19 -        --disable-gnome-support \
    1.20 -        --disable-schemas-install \
    1.21 -        --disable-espeak \
    1.22 -        --disable-gucharmap \
    1.23 -        --disable-festival \
    1.24 -        --disable-advertisement \
    1.25 -        --disable-updateinfo &&
    1.26 -    make && make DESTDIR=$PWD/_pkg install
    1.27 + ./configure \
    1.28 + --prefix=/usr \
    1.29 + --disable-man \
    1.30 + --disable-qqwry \
    1.31 + --sysconfdir=/etc \
    1.32 + --disable-gnome-support \
    1.33 + --disable-schemas-install \
    1.34 + --disable-espeak \
    1.35 + --disable-gucharmap \
    1.36 + --disable-festival \
    1.37 + --disable-advertisement \
    1.38 + --disable-updateinfo &&
    1.39 + make && make DESTDIR=$PWD/_pkg install
    1.40  }
    1.41  
    1.42  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.43  genpkg_rules()
    1.44  {
    1.45 -    mkdir -p $fs/usr
    1.46 -    cp -a $_pkg/usr $fs/
    1.47 + mkdir -p $fs/usr
    1.48 + cp -a $_pkg/usr $fs/
    1.49  }