2010-05-18 06:01:55 +00:00
|
|
|
# Template file for 'base-directories'
|
|
|
|
pkgname=base-directories
|
2012-08-20 08:04:25 +00:00
|
|
|
version=0.20
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2012-07-09 18:28:26 +00:00
|
|
|
noarch=yes
|
|
|
|
bootstrap=yes
|
|
|
|
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
|
|
|
do_install() {
|
2012-07-10 16:09:38 +00:00
|
|
|
vmkdir var/db/xbps/metadata/$pkgname
|
|
|
|
touch ${DESTDIR}/var/db/xbps/metadata/$pkgname/.owned
|
2011-06-25 08:43:54 +00:00
|
|
|
}
|
2011-05-04 11:10:50 +00:00
|
|
|
|
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
|
|
|
}
|