summaryrefslogtreecommitdiff
path: root/package/libid3tag/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libid3tag/Makefile')
-rw-r--r--package/libid3tag/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/package/libid3tag/Makefile b/package/libid3tag/Makefile
new file mode 100644
index 000000000..0d1032c2b
--- /dev/null
+++ b/package/libid3tag/Makefile
@@ -0,0 +1,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},${ARCH}))
+
+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