Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (hide annotations)
Sun Oct 4 15:01:40 2009 UTC (3 years, 7 months ago) by cjg
File size: 601 byte(s)
importing opt
1 cjg 201 # Description: GNU Midnight Commander
2     # URL: http://www.ibiblio.org/mc/
3     # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
4     # Depends on: e2fsprogs, glib
5    
6     name=mc
7     version=4.6.1
8     release=2
9     source=(http://www.ibiblio.org/pub/Linux/utils/file/managers/$name/$name-$version.tar.gz \
10     $name-$version-bash_3_2.patch)
11    
12     build () {
13     cd $name-$version
14     patch -p1 -i $SRC/$name-$version-bash_3_2.patch
15     ./configure --prefix=/usr --disable-nls
16     make
17     make DESTDIR=$PKG install
18     rm $PKG/usr/share/mc/{mc.hint.*,extfs/README}
19     rm -r $PKG/usr/{sbin,man/man8}
20     }