CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
attr: fixed mandir and source url
authorVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 14:57:14 +0000 (14:57 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 11 Nov 2015 14:57:14 +0000 (14:57 +0000)
attr/.footprint
attr/Pkgfile

index 0488d1720140141d5da7f5ee1c4ccbec4f7a328e..6f3db00fba695348ffc25304710061d472c9f673 100644 (file)
@@ -16,21 +16,22 @@ drwxr-xr-x  root/root       usr/lib/
 -rw-r--r--     root/root       usr/lib/libattr.a
 -rw-r--r--     root/root       usr/lib/libattr.la
 lrwxrwxrwx     root/root       usr/lib/libattr.so -> ../../lib/libattr.so.1.1.0
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/attr.1.gz
--rw-r--r--     root/root       usr/man/man1/getfattr.1.gz
--rw-r--r--     root/root       usr/man/man1/setfattr.1.gz
-drwxr-xr-x     root/root       usr/man/man3/
--rw-r--r--     root/root       usr/man/man3/attr_get.3.gz
-lrwxrwxrwx     root/root       usr/man/man3/attr_getf.3.gz -> attr_get.3.gz
--rw-r--r--     root/root       usr/man/man3/attr_list.3.gz
-lrwxrwxrwx     root/root       usr/man/man3/attr_listf.3.gz -> attr_list.3.gz
--rw-r--r--     root/root       usr/man/man3/attr_multi.3.gz
-lrwxrwxrwx     root/root       usr/man/man3/attr_multif.3.gz -> attr_multi.3.gz
--rw-r--r--     root/root       usr/man/man3/attr_remove.3.gz
-lrwxrwxrwx     root/root       usr/man/man3/attr_removef.3.gz -> attr_remove.3.gz
--rw-r--r--     root/root       usr/man/man3/attr_set.3.gz
-lrwxrwxrwx     root/root       usr/man/man3/attr_setf.3.gz -> attr_set.3.gz
-drwxr-xr-x     root/root       usr/man/man5/
--rw-r--r--     root/root       usr/man/man5/attr.5.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/attr.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/getfattr.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/setfattr.1.gz
+drwxr-xr-x     root/root       usr/share/man/man3/
+-rw-r--r--     root/root       usr/share/man/man3/attr_get.3.gz
+lrwxrwxrwx     root/root       usr/share/man/man3/attr_getf.3.gz -> attr_get.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/attr_list.3.gz
+lrwxrwxrwx     root/root       usr/share/man/man3/attr_listf.3.gz -> attr_list.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/attr_multi.3.gz
+lrwxrwxrwx     root/root       usr/share/man/man3/attr_multif.3.gz -> attr_multi.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/attr_remove.3.gz
+lrwxrwxrwx     root/root       usr/share/man/man3/attr_removef.3.gz -> attr_remove.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/attr_set.3.gz
+lrwxrwxrwx     root/root       usr/share/man/man3/attr_setf.3.gz -> attr_set.3.gz
+drwxr-xr-x     root/root       usr/share/man/man5/
+-rw-r--r--     root/root       usr/share/man/man5/attr.5.gz
index 3ac557e4e25c90a7ec31b29f2d685b54ba6b16c0..3749362fdf6b9758a658b137b2f4931c1a283154 100644 (file)
@@ -5,8 +5,8 @@
 
 name=attr
 version=2.4.47
-release=1
-source=(http://mirrors.zerg.biz/nongnu/$name/$name-$version.src.tar.gz)
+release=2
+source=(http://download-mirror.savannah.gnu.org/releases/$name/$name-$version.src.tar.gz)
 
 build() {
   cd $name-$version
@@ -18,8 +18,7 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --bindir=/bin \
-              --libexecdir=/usr/lib \
-              --mandir=/usr/man
+              --libexecdir=/usr/lib
   make
   make DIST_ROOT=$PKG install install-lib install-dev
 
@@ -29,7 +28,7 @@ build() {
   ln -s ../../lib/libattr.so.1.1.0 $PKG/usr/lib/libattr.so
 
   # category 2 manuals are included in core/man-pages
-  rm -r $PKG/usr/man/man2
+  rm -r $PKG/usr/share/man/man2
 
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/{doc,locale}
 }