Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 304 - (show annotations)
Sun Oct 4 15:02:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 545 byte(s)
libattr: added
1 # Description: Extented attributes library
2 # URL: http://acl.bestbits.at/
3 # Maintainer: Antti Nykanen, aon at iki dot fi
4 # Depends on:
5
6 name=libattr
7 version=2.4.43-1
8 release=1
9 source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}.tar.gz)
10
11 build() {
12 cd attr-${version%-1}
13 ./configure --prefix=$PKG/usr --libexecdir=$PKG/usr/lib
14 make
15 make install-lib
16 make install-dev
17
18 rm $PKG/usr/lib/libattr.so
19 ln -s /usr/lib/libattr.so.1 $PKG/usr/lib/libattr.so
20
21 # category 2 manuals are included in core/man-pages
22 rm -rf $PKG/usr/man/man2
23 }