diff options
Diffstat (limited to 'libopkg.1.pkg')
-rw-r--r-- | libopkg.1.pkg/control | 2 | ||||
-rw-r--r-- | libopkg.1.pkg/docs | 0 | ||||
-rw-r--r-- | libopkg.1.pkg/files | 3 | ||||
-rw-r--r-- | libopkg.1.pkg/install | 3 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libopkg.1.pkg/control b/libopkg.1.pkg/control index 408500e..5517ee4 100644 --- a/libopkg.1.pkg/control +++ b/libopkg.1.pkg/control @@ -1,5 +1,5 @@ -Package: libopkg.1 Architecture: any +Platform: all Description: Open PacKaGe Management - library Opkg is a lightweight package management system. It is written in C and resembles apt/dpkg in operation. It is intended for use on embedded Linux diff --git a/libopkg.1.pkg/docs b/libopkg.1.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libopkg.1.pkg/docs diff --git a/libopkg.1.pkg/files b/libopkg.1.pkg/files new file mode 100644 index 0000000..05426aa --- /dev/null +++ b/libopkg.1.pkg/files @@ -0,0 +1,3 @@ +/usr/lib/*/libopkg* +/usr/lib/*/pkgconfig +/usr/share/opkg diff --git a/libopkg.1.pkg/install b/libopkg.1.pkg/install deleted file mode 100644 index aa1f5af..0000000 --- a/libopkg.1.pkg/install +++ /dev/null @@ -1,3 +0,0 @@ -/usr/lib/libopkg* -/usr/lib/pkgconfig -/usr/share/opkg |