2009-04-24 15:21:10 +00:00
|
|
|
# Template file for 'attr-progs'.
|
|
|
|
#
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=1
|
2009-04-24 15:21:10 +00:00
|
|
|
short_desc="${short_desc} (utilities)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains binary utilities provided by the attr package."
|
|
|
|
|
2012-01-30 07:49:31 +00:00
|
|
|
do_install() {
|
|
|
|
vmove usr/bin usr
|
|
|
|
vmove usr/share/man/man1 usr/share/man
|
|
|
|
vmove usr/share/locale usr/share
|
2009-04-24 15:21:10 +00:00
|
|
|
}
|