# HG changeset patch # User Pascal Bellard # Date 1346656823 -7200 # Node ID 0e0742b57299bde43ae90167760d333684374905 # Parent efd876afd8fe1509c3e8627edfff2e38c96e68a5 Up libhangul (0.1.0) diff -r efd876afd8fe -r 0e0742b57299 libhangul-dev/receipt --- a/libhangul-dev/receipt Mon Sep 03 08:19:47 2012 +0200 +++ b/libhangul-dev/receipt Mon Sep 03 09:20:23 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libhangul-dev" -VERSION="0.0.9" +VERSION="0.1.0" CATEGORY="development" SHORT_DESC="devel files for libhangul" MAINTAINER="allan316@gmail.com" @@ -13,9 +13,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.a $fs/usr/lib - cp -a $_pkg/usr/lib/*.la $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r efd876afd8fe -r 0e0742b57299 libhangul/receipt --- a/libhangul/receipt Mon Sep 03 08:19:47 2012 +0200 +++ b/libhangul/receipt Mon Sep 03 09:20:23 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libhangul" -VERSION="0.0.9" +VERSION="0.1.0" CATEGORY="misc" SHORT_DESC="library for Hangul" MAINTAINER="allan316@gmail.com" @@ -19,14 +19,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/libhangul $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/libhangul $fs/usr/lib }