Packaging directories are moved to a separate repository

This commit is contained in:
Serge Lamikhov-Center 2020-09-06 16:49:49 +03:00
parent cda8b8a314
commit 8e298141e9
11 changed files with 0 additions and 119 deletions

View File

@ -1,38 +0,0 @@
inherit python python3
NAME="ELFIO"
VERSION=3.3
RELEASE=1
CATEGORY="Devel System Libs"
SUMMARY="ELFIO is a header-only C++ library intended for reading and generating
files in the ELF binary format"
DESCRIPTION="ELFIO is a small, header-only C++ library that provides a simple
interface for reading and generating files in ELF binary format. It is used
as a standalone library - it is not dependant on any other product or project.
Adhering to ISO C++, it compiles on a wide variety of architectures
and compilers."
HOMEPAGE="http://elfio.sourceforge.net/"
SRC_URI="https://sourceforge.net/projects/elfio/files/ELFIO-sources/${PN}-${PV}/elfio-${PV}.tar.gz"
SRC_DIR="${PN}-${PV}"
PKG_NAMES="ELFIO"
ELFIO_REQUIRES="cygwin"
ELFIO_CONTENTS="usr/include/ usr/share/${PN}"
ELFIO_DOCS='AUTHORS COPYING README doc/elfio.pdf'
src_compile() {
cd ${B}
}
src_install() {
cd ${B}
dodir /usr/include
cp -r ${S}/elfio ${D}/usr/include/
dodir /usr/share/${PN}
cp -r ${S}/configure ${S}/depcomp ${S}/install-sh ${S}/missing \
${S}/configure.ac ${S}/Makefile.am ${S}/Makefile.in ${S}/aclocal.m4 \
${S}/examples \
${D}/usr/share/${PN}
}

View File

@ -1,4 +0,0 @@
elfio for Debian
---------------
-- Serge Lamikhov-Center <to_serge@hotmail.com> Sat, 05 Sep 2020 02:24:12 -0700

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
elfio (3.7-1) unstable; urgency=medium
* Initial release
-- Serge Lamikhov-Center <to_serge@hotmail.com> Sat, 05 Sep 2020 02:24:12 -0700

21
debian/control vendored
View File

@ -1,21 +0,0 @@
Source: elfio
Priority: optional
Maintainer: Serge Lamikhov-Center <to_serge@hotmail.com>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Section: devel
Homepage: http://serge1.github.io/ELFIO
Vcs-Browser: https://github.com/serge1/ELFIO
Vcs-Git: https://github.com/serge1/ELFIO.git
Package: elfio
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: C++ library for reading and generating ELF files
ELFIO is a header-only C++ library intended for reading and generating
files in the ELF binary format. It is used as a standalone library - it is not
dependent on any other product or project. Adhering to ISO C++, it compiles on
a wide variety of architectures and compilers.

28
debian/copyright vendored
View File

@ -1,28 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: elfio
Upstream-Contact:
Source: https://github.com/serge1/ELFIO
Files: *
Copyright: 2001-2020 Serge Lamikhov-Center <to_serge@hotmail.com>
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@ -1,2 +0,0 @@
README.Debian

1
debian/elfio.dirs vendored
View File

@ -1 +0,0 @@
usr/include

View File

@ -1 +0,0 @@
doc/elfio.pdf usr/share/doc/elfio/

11
debian/rules vendored
View File

@ -1,11 +0,0 @@
#!/usr/bin/make -f
# output every command that modifies files on the build system.
# export DH_VERBOSE = 1
%:
dh $@
override_dh_auto_install:
dh_auto_install
rm -r ./debian/elfio/usr/bin

View File

@ -1 +0,0 @@
3.0 (quilt)

7
debian/watch vendored
View File

@ -1,7 +0,0 @@
# Compulsory line, this is a version 4 file
version=4
# HTTP site (basic)
https://github.com/serge1/ELFIO/releases \
elfio-([\d\.]+)\.tar\.gz debian uupdate