2010-05-18 06:01:55 +00:00
|
|
|
# Template file for 'base-directories'
|
|
|
|
pkgname=base-directories
|
2012-08-30 07:08:35 +00:00
|
|
|
version=0.22
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-07-09 18:28:26 +00:00
|
|
|
noarch=yes
|
|
|
|
bootstrap=yes
|
2012-08-21 08:49:49 +00:00
|
|
|
build_style=meta-template
|
2012-07-09 18:28:26 +00:00
|
|
|
short_desc="Void Linux base system directories"
|
2010-05-18 06:01:55 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-16 23:15:26 +00:00
|
|
|
homepage="http://code.google.com/p/xbps"
|
2011-07-10 21:55:03 +00:00
|
|
|
license="Public domain"
|
2010-05-18 06:01:55 +00:00
|
|
|
long_desc="
|
|
|
|
This package installs the base system directories as specifed by FHS that aren't
|
|
|
|
installed by any other package and are required on any GNU/Linux system."
|
|
|
|
|
2012-07-09 18:28:26 +00:00
|
|
|
post_stow() {
|
2011-06-25 08:43:54 +00:00
|
|
|
. ${XBPS_SRCPKGDIR}/${pkgname}/INSTALL
|
|
|
|
cd ${XBPS_MASTERDIR} && make_system_dirs
|
2010-05-18 06:01:55 +00:00
|
|
|
}
|