Nagy Karoly Gabriel
16 years ago
3 changed files with 105 additions and 0 deletions
@ -0,0 +1,18 @@
|
||||
|
||||
[TIMESTAMP] 1243844759 Mon Jun 1 11:25:59 2009 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.09 MB, 24 files |
||||
|
||||
[DEP] bash |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,53 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../mime-support/mime-support.conf |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
makeopt= |
||||
makeinstopt= |
||||
hook_add premake 5 "my_install" |
||||
my_install() |
||||
{ |
||||
mkdir -p $root/usr/lib/mime/packages |
||||
mkdir -p $root/usr/share/man/man1 $root/usr/share/man/man5 $root/usr/share/man/man8 |
||||
mkdir -p $rooti$docdir/mime-support |
||||
|
||||
install -m 644 mime.types $root$sysconfdir |
||||
install -m 644 mailcap $root/usr/lib/mime/ |
||||
install -m 644 mailcap.order $root$sysconfdir |
||||
install -m 644 mailcap.man $root$mandir/man5/mailcap.5 |
||||
install -m 644 mailcap.order.man $root$mandir/man5/mailcap.order.5 |
||||
install -m 755 update-mime $root$sbindir |
||||
install -m 644 update-mime.man $root$mandir/man8/update-mime.8 |
||||
install -m 755 run-mailcap $root$bindir |
||||
install -m 644 run-mailcap.man $root$mandir/man1/run-mailcap.1 |
||||
#install -m 644 rfcs/* $root$docdirmime-support |
||||
install -m 644 debian/README $root$docdir/mime-support/copyright |
||||
install -m 755 debian-view $root/usr/lib/mime/ |
||||
install -m 755 playaudio $root/usr/lib/mime/ |
||||
install -m 755 playdsp $root/usr/lib/mime/ |
||||
install -m 644 mailcap.entries $root/usr/lib/mime/packages/mime-support |
||||
install -m 644 mime.types $root$sysconfdir |
||||
install -m 644 mailcap $root/usr/lib/mime/ |
||||
install -m 644 mailcap.order $root$sysconfdir |
||||
install -m 644 mailcap.man $root$mandir/man5/mailcap.5 |
||||
install -m 644 mailcap.order.man $root$mandir/man5/mailcap.order.5 |
||||
install -m 755 update-mime $root$sbindir |
||||
install -m 644 update-mime.man $root$mandir/man8/update-mime.8 |
||||
install -m 755 run-mailcap $root$bindir |
||||
install -m 644 run-mailcap.man $root$mandir/man1/run-mailcap.1 |
||||
#install -m 644 rfcs/* $root$docdir/mime-support |
||||
install -m 644 debian/README $root$docdir/mime-support/copyright |
||||
install -m 755 playaudio $root/usr/lib/mime/ |
||||
install -m 755 playdsp $root/usr/lib/mime/ |
||||
install -m 644 mailcap.entries $root/usr/lib/mime/packages/mime-support |
||||
} |
@ -0,0 +1,34 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../mime-support/mime-support.desc |
||||
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] Centralised MIME support |
||||
|
||||
[T] MIME files 'mime.types' & 'mailcap', and support programs As these files |
||||
[T] can be used by all MIME compliant programs, they have been moved into their |
||||
[T] own package that others can depend upon. Other packages add themselves as |
||||
[T] viewers/editors/composers/etc by using the provided "update-mime" program. |
||||
|
||||
[U] http://packages.qa.debian.org/m/mime-support.html |
||||
|
||||
[A] Brian White <bcwhite@pobox.com> |
||||
[M] Nagy Karoly Gabriel <nagu.karoly@opensde.org> |
||||
|
||||
[C] base/system |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 3.44-1 |
||||
[P] X -----5---9 120.000 |
||||
|
||||
[D] 3686318867 mime-support_3.44-1.tar.gz http://ftp.debian.org/debian/pool/main/m/mime-support/ |
Loading…
Reference in new issue