19 lines
561 B
Text
19 lines
561 B
Text
# Template file for 'base-directories'
|
|
pkgname=base-directories
|
|
version=0.22
|
|
revision=1
|
|
noarch=yes
|
|
bootstrap=yes
|
|
build_style=meta-template
|
|
short_desc="Void Linux base system directories"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://code.google.com/p/xbps"
|
|
license="Public domain"
|
|
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."
|
|
|
|
post_stow() {
|
|
. ${XBPS_SRCPKGDIR}/${pkgname}/INSTALL
|
|
cd ${XBPS_MASTERDIR} && make_system_dirs
|
|
}
|