summaryrefslogtreecommitdiff
path: root/package/libid3tag/Makefile
blob: 8712868d369e61eff589f606c1b8816b1a340c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $Id$
#-
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include ${TOPDIR}/rules.mk

PKG_NAME:=		libid3tag
PKG_VERSION:=		0.15.1b
PKG_RELEASE:=		1
PKG_MD5SUM:=		e5808ad997ba32c498803822078748c3
MASTER_SITES:=		${MASTER_SITE_SOURCEFORGE:=mad/}

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,LIBID3TAG,libid3tag,${PKG_VERSION}-${PKG_RELEASE}))

CONFIGURE_STYLE=	gnu
CONFIGURE_ARGS+=	--disable-debugging \
			--disable-profiling
BUILD_STYLE=		auto
INSTALL_STYLE=		auto confprog

pre-install:
	${INSTALL_DIR} ${WRKINST}/usr/lib/pkgconfig
	${CP} ./files/id3tag.pc ${WRKINST}/usr/lib/pkgconfig

post-install:
	${INSTALL_DIR} ${IDIR_LIBID3TAG}/usr/lib
	${CP} ${WRKINST}/usr/lib/libid3tag.so.* ${IDIR_LIBID3TAG}/usr/lib/

include ${TOPDIR}/mk/pkg-bottom.mk