mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 2013.1.13
|
|
DOWNLOADS := ntfs-3g.archive
|
|
|
|
URL(ntfs-3g) := http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$(VERSION).tgz
|
|
SHA(ntfs-3g) := 4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27
|
|
DIR(ntfs-3g) := src/lib/ntfs-3g
|
|
|
|
PATCHES := src/lib/ntfs-3g/*.patch
|
|
|
|
DIRS := include/ntfs-3g
|
|
DIR_CONTENT(include/ntfs-3g) := src/lib/ntfs-3g/include/ntfs-3g/*.h
|
|
|