updated xfsutils
[hdw-linux/hdw-linux.git] / packages / hackbard / xfsprogs / xfsprogs
1 # hdw - linux xfsprogs package
2 #
3 # author: hackbard@hackdaworldorg
4 #
5 # [V] 2.9.4-1
6 # [S] 3-1
7 # [D] xfsprogs_2.9.4-1.tar.gz ftp://oss.sgi.com/projects/xfs/download/cmd_tars/
8
9 confopt="$confopt --libdir=$root/lib --bindir=$root/bin"
10
11 make_conf="$make_conf DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root"
12 make_conf="$make_conf LOCAL_CONFIGURE_OPTIONS=\"--enable-readline=yes\""
13
14 post_install()  {
15         make install-dev
16         install -v -m755 -D libhandle/libhandle.la $prefix/lib/libhandle.la
17         chmod -v 755 $root/lib/libhandle.so*
18         rm -f $root/lib/libhandle.{a,la,so} &&
19         ln -svf ../../lib/libhandle.so.1 $prefix/lib/libhandle.so
20                 }