New package: mime-types-9.
This commit is contained in:
parent
8c1083100a
commit
d1d6600bce
1 changed files with 23 additions and 0 deletions
23
srcpkgs/mime-types/template
Normal file
23
srcpkgs/mime-types/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'mime-types'
|
||||||
|
pkgname=mime-types
|
||||||
|
version=9
|
||||||
|
revision=1
|
||||||
|
short_desc="Provides a shared /etc/mime.types file"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://www.gentoo.org"
|
||||||
|
distfiles="http://mirrors.kernel.org/gentoo/distfiles/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=b4638a734f121be30a546ed092aec16bf74e9b88ed7921fba89cf7e2c0462b5e
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vinstall mime.types 644 etc
|
||||||
|
}
|
||||||
|
|
||||||
|
mime-types_package() {
|
||||||
|
conf_files="/etc/mime.types"
|
||||||
|
replaces="mutt<1.5.22"
|
||||||
|
noarch=yes
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue