From 604a2f1be71151d320d280898ddc138e73a2905a Mon Sep 17 00:00:00 2001 From: John Fredriksson Date: Mon, 26 Sep 2011 17:25:36 +0200 Subject: Add debian packaging files Add debian directory which describes how to build debian packages. Add GNUmakefile to override default Makefile which cannot be used outside of the multimedia build system. --- debian/control | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..02b79e8 --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: b2r2lib +Priority: extra +Maintainer: packages@igloocommunity.org +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.9.1 +Section: libs +Homepage: http://www.igloocommunity.org + +Package: b2r2lib-dev +Section: libdevel +Architecture: any +Depends: b2r2lib (= ${binary:Version}) +Description: Development package to b2r2lib. + +Package: b2r2lib +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Hardware blit library for 2D graphics acceleration. + B2R2 is a hardware block which blits, blends, rotates and resizes graphics buffers with various pixel formats. + Simple library with a 1:1 mapping to the kernel b2r2 api. -- cgit v1.2.3