mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated libpaper to 1.1.24
This commit is contained in:
25
app-text/libpaper/libpaper-1.1.24.bep
Normal file
25
app-text/libpaper/libpaper-1.1.24.bep
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION="Library for handling paper characteristics"
|
||||
HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
|
||||
SRC_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="5bc87d494ba470aba54f6d2d51471834"
|
||||
BUILD {
|
||||
cd libpaper-1.1.24
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.ac
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
# automake
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libpaper-1.1.24
|
||||
make install
|
||||
}
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="1996 Yves Arrouye
|
||||
2000 Adrian Bunk"
|
||||
Reference in New Issue
Block a user