gtk-engines-magicchicken: applied debian's memleak patch
[crux-ports.git] / le / Pkgfile
1 # Description: Text editor with powerful block operations, similar to NE.
2 # URL: N/A
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4
5 name=le
6 version=1.13.0
7 release=1
8 source=(ftp://ftp.yar.ru/pub/source/$name/$name-$version.tar.bz2)
9
10 build() {
11         cd $name-$version
12
13         ./configure --prefix=/usr
14
15         make
16         make DESTDIR=$PKG install
17 }