wok-next annotate libdevmapper-dev/receipt @ rev 1031
Add libdevmapper
| author | Bill Nagel <wcnagel@xxxxxxxx> |
|---|---|
| date | Thu Jul 10 18:13:46 2008 +0000 (2008-07-10) |
| parents | |
| children | 74c908326808 |
| rev | line source |
|---|---|
| wcnagel@1031 | 1 # SliTaz package receipt. |
| wcnagel@1031 | 2 |
| wcnagel@1031 | 3 PACKAGE="libdevmapper-dev" |
| wcnagel@1031 | 4 VERSION="1.02.27" |
| wcnagel@1031 | 5 CATEGORY="development" |
| wcnagel@1031 | 6 SHORT_DESC="Linux device mapper library development files." |
| wcnagel@1031 | 7 MAINTAINER="wcnagel" |
| wcnagel@1031 | 8 WANTED="libdevmapper" |
| wcnagel@1031 | 9 WEB_SITE="http://sourceware.org/dm/" |
| wcnagel@1031 | 10 |
| wcnagel@1031 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
| wcnagel@1031 | 12 genpkg_rules() |
| wcnagel@1031 | 13 { |
| wcnagel@1031 | 14 mkdir -p $fs/usr |
| wcnagel@1031 | 15 cp -a $_pkg/usr/include $fs/usr |
| wcnagel@1031 | 16 } |